update config

This commit is contained in:
2025-06-16 15:16:28 +02:00
parent b295a1328b
commit 5a1ee56a85
9 changed files with 65 additions and 30 deletions

View File

@@ -11,12 +11,14 @@
(use-package which-key
:delight (which-key-mode "K") ;; \u24C0 K
:init
(setq which-key-idle-delay 1.0)
(setq which-key-idle-delay 0.75)
(setq which-key-idle-secondary-delay 0.05)
;;(setq which-key-unicode-correction 3)
(when (daemonp)
;; problem if using unicodes and emacsclient, the last line of which-key side-frame is cropped.
(setq which-key-dont-use-unicode t))
;; :hook (after-init . which-key-mode)
;; :hook (before-init . which-key-mode)
:config
(which-key-mode)
(setq which-key-allow-multiple-replacements t)