diff --git a/init.el b/init.el index b63c683..046da9d 100644 --- a/init.el +++ b/init.el @@ -863,6 +863,7 @@ Return nil if DIR is not in a hugo project at all." :init (which-key-mode t)) (use-package which-key-posframe :after which-key + :if (display-graphic-p) :config (which-key-posframe-mode)) ;; parentheses are boring