aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org7
1 files changed, 5 insertions, 2 deletions
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