reducing which-key wait
This commit is contained in:
parent
4ff923c71d
commit
80bb981a5a
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
||||||
;; remove org agenda from the splash screen
|
;; remove org agenda from the splash screen
|
||||||
(assoc-delete-all "Open org-agenda" +doom-dashboard-menu-sections)
|
(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
|
;; nicer resizing
|
||||||
(cond
|
(cond
|
||||||
((string-equal system-type "darwin")
|
((string-equal system-type "darwin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue