From 6655ee4ecb325b1e7975eda308ce823bfdb30be4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 20 Apr 2020 13:29:16 +0200 Subject: emacs: also use evil-collection for the help mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d') 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 -- cgit v1.2.3