add which-key-posframe

This commit is contained in:
MitchMarq42 2023-04-10 15:50:47 -08:00
parent 74e770da57
commit f4cc1e7262

View File

@ -911,6 +911,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))
;; parentheses are boring
(use-package rainbow-delimiters