Don't change which-key settings in doom dashboard

This commit is contained in:
Henrik Lissner 2018-06-03 17:22:23 +02:00
parent e2bf520682
commit e71cd93488
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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