From b0a6f495f0ded34fa21aa9707acaa5ceedb6da48 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sat, 25 May 2024 21:01:11 -0800 Subject: [PATCH] add which-key-posframe --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index a081f38..b63c683 100644 --- a/init.el +++ b/init.el @@ -861,9 +861,9 @@ Return nil if DIR is not in a hugo project at all." :defer 5 :custom (which-key-idle-delay 2.5) :init (which-key-mode t)) -;; (use-package which-key-posframe -;; :after which-key -;; :config (which-key-posframe-mode)) +(use-package which-key-posframe + :after which-key + :config (which-key-posframe-mode)) ;; parentheses are boring (use-package rainbow-delimiters