From 85d34179affb18de150b99c70e91ef0787e85517 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 29 May 2021 16:33:20 +0100 Subject: emacs: Use Evil with Dired and Ibuffer --- emacs/init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 32d1b55..dc54c3c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -83,8 +83,10 @@ :ensure t) (use-package evil-collection - :config (evil-collection-init 'magit) - :after evil + :config + (evil-collection-init '(dired ibuffer magit)) + (diminish 'evil-collection-unimpaired-mode) + :after (evil diminish) :ensure t) (use-package go-mode -- cgit v1.2.3-70-g09d2