From ff46b9385e89566e4a9237014968b8cc851e869e Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sat, 25 May 2024 21:02:10 -0800 Subject: [PATCH] ^^ only on graphical displays --- init.el | 1 + 1 file changed, 1 insertion(+) 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