Don't change which-key settings in doom dashboard
This commit is contained in:
parent
e2bf520682
commit
e71cd93488
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue