reducing which-key wait

This commit is contained in:
Matt Nish-Lapidus 2023-03-12 14:31:23 -04:00
parent 4ff923c71d
commit 80bb981a5a

View file

@ -48,6 +48,10 @@
;; remove org agenda from the splash screen
(assoc-delete-all "Open org-agenda" +doom-dashboard-menu-sections)
;; reduce which-key waiting
(after! which-key
(setq which-key-idle-delay 0.3))
;; nicer resizing
(cond
((string-equal system-type "darwin")