mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't change which-key settings in doom dashboard
This commit is contained in:
@ -66,10 +66,7 @@ Possible values:
|
||||
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
||||
collect (cons car nil) into alist
|
||||
finally do (setq fringe-indicator-alist alist))
|
||||
(add-hook 'post-command-hook #'+doom-dashboard|reposition-point nil t)
|
||||
;;
|
||||
(setq-local which-key-idle-delay 0.01)
|
||||
(setq-local which-key-min-display-lines 9))
|
||||
(add-hook 'post-command-hook #'+doom-dashboard|reposition-point nil t))
|
||||
|
||||
(define-key! +doom-dashboard-mode-map
|
||||
"n" #'forward-button
|
||||
|
Reference in New Issue
Block a user