From e71cd9348864fec629a1ffa6fdc5779def3ffea1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 3 Jun 2018 17:22:23 +0200 Subject: [PATCH] Don't change which-key settings in doom dashboard --- modules/ui/doom-dashboard/config.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 5749fb3b6..a8ec6313c 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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