From e3e404e78b5692857410feaf6479ab4a6407bd54 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Dec 2015 10:26:25 +0100 Subject: Emacs: Setup which-key properly --- tag-emacs/emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 5808807..1c84c79 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-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 -- cgit 1.4.1