From 445063561bab9fdf3d2f7507276d6dfc4fa6f06a Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 21 Feb 2023 18:28:40 -0800 Subject: [PATCH] Evil ibuffer mode --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 9043db4..0777981 100755 --- a/init.el +++ b/init.el @@ -80,8 +80,9 @@ (evil-mode +1)) (use-package evil-collection + :after evil :config - (evil-collection-init 'magit)) + (evil-collection-init '(magit ibuffer))) ;; Avy (jump to char)