Compare commits

...

2 Commits

Author SHA1 Message Date
Miranda Marquez
ff46b9385e ^^ only on graphical displays 2024-05-25 21:02:10 -08:00
Miranda Marquez
b0a6f495f0 add which-key-posframe 2024-05-25 21:01:11 -08:00

View File

@ -861,9 +861,10 @@ Return nil if DIR is not in a hugo project at all."
:defer 5 :defer 5
:custom (which-key-idle-delay 2.5) :custom (which-key-idle-delay 2.5)
: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
;; :config (which-key-posframe-mode)) :if (display-graphic-p)
:config (which-key-posframe-mode))
;; parentheses are boring ;; parentheses are boring
(use-package rainbow-delimiters (use-package rainbow-delimiters