aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-20 13:29:16 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-20 18:51:19 +0200
commit6655ee4ecb325b1e7975eda308ce823bfdb30be4 (patch)
treeab6b008936a190284f3b9903730ffb8474caa7f8 /.emacs.d
parent64114ca8a0bc17460724c149d509c4b058d06c03 (diff)
downloaddotfiles-6655ee4ecb325b1e7975eda308ce823bfdb30be4.tar.gz
dotfiles-6655ee4ecb325b1e7975eda308ce823bfdb30be4.zip
emacs: also use evil-collection for the help mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index e238e8a..aae005e 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -1093,6 +1093,7 @@ Add Vim-like keybindings to as many modes as possible. Note that this list is no
(evil-collection-init 'ag)
(evil-collection-init 'calendar)
(evil-collection-init 'dired)
+ (evil-collection-init 'help)
(evil-collection-init 'mu4e))
#+END_SRC