From 1f08a7776cb2fba23cae86937818b5d8e3494ec5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Mar 2017 15:08:00 +0100 Subject: emacs: fixed which-key configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index 6a39209..07d1efe 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -649,8 +649,11 @@ chord. For this reason =which-key= was created. It will show the available commands for the current chord as a list. #+BEGIN_SRC elisp - (use-package which-key - :ensure t) +(use-package which-key + :ensure t + :diminish which-key-mode + :config + (which-key-mode)) #+END_SRC For some modes it is important to count the number of words in the text. For -- cgit v1.2.3