Skip to content

Commit

Permalink
evil-collection: workaround Magit breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Deewiant committed Jun 18, 2018
1 parent aa7903a commit 1905d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Expand Up @@ -68,7 +68,8 @@ my-ensured-packages."
(my-use-package evil-collection
:ensure t
:config
(evil-collection-init))
; Remove diff-mode due to https://github.com/emacs-evil/evil-collection/issues/156
(evil-collection-init (remq 'diff-mode evil-collection-mode-list)))

(my-use-package evil-commentary
:ensure t
Expand Down

0 comments on commit 1905d95

Please sign in to comment.