diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-03-22 15:08:00 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-03-22 15:08:00 +0100 |
| commit | 1f08a7776cb2fba23cae86937818b5d8e3494ec5 (patch) | |
| tree | 207f1ee1270b16582f451fd99b4d0763fa205cff /emacs/init.org | |
| parent | 8d3905466d75cbdfd9777cc02a40ea30d5802e35 (diff) | |
| download | dotfiles-1f08a7776cb2fba23cae86937818b5d8e3494ec5.tar.gz dotfiles-1f08a7776cb2fba23cae86937818b5d8e3494ec5.zip | |
emacs: fixed which-key configuration
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 7 |
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 |
