From 4f73d088cfcfcb2258667cb94f358841d11c10b0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 31 Aug 2015 12:04:10 -0700 Subject: [PATCH] bump which-key idle delay --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index a2a07171..13427bec 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -557,7 +557,7 @@ The current directory is assumed to be the project's root otherwise." (use-package which-key :config (progn - (setq which-key-idle-delay .15) + (setq which-key-idle-delay .50) (diminish 'which-key-mode) (which-key-mode)))