^^ only on graphical displays
This commit is contained in:
parent
b0a6f495f0
commit
ff46b9385e
1
init.el
1
init.el
@ -863,6 +863,7 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
:init (which-key-mode t))
|
:init (which-key-mode t))
|
||||||
(use-package which-key-posframe
|
(use-package which-key-posframe
|
||||||
:after which-key
|
:after which-key
|
||||||
|
:if (display-graphic-p)
|
||||||
:config (which-key-posframe-mode))
|
:config (which-key-posframe-mode))
|
||||||
|
|
||||||
;; parentheses are boring
|
;; parentheses are boring
|
||||||
|
Loading…
Reference in New Issue
Block a user