diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 3ed86289..c44ed692 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -526,6 +526,7 @@ The current directory is assumed to be the project's root otherwise." :ensure t :config (progn + (setq which-key-idle-delay .15) (diminish 'which-key-mode) (which-key-mode)))