all repos — archive/dotfiles @ e3e404e78b5692857410feaf6479ab4a6407bd54

Superseded by nixfiles

Emacs: Setup which-key properly
Alan Pearce alan.pearce@spotcap.com
Tue, 01 Dec 2015 10:26:25 +0100
commit

e3e404e78b5692857410feaf6479ab4a6407bd54

parent

2384e5742f8cd0935c41c32560dbabd5b39e0462

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1021,8 +1021,9 @@ Popup keybindings following a prefix automatically. 
 #+BEGIN_SRC emacs-lisp
   (use-package which-key
+    :diminish which-key-mode
     :config (progn
-              (which-key-mode)
+              (which-key-mode 1)
               (which-key-setup-side-window-right-bottom)))
 #+END_SRC