diff options
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 1 |
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 |
