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)