Skip to content

Commit

Permalink
Fix magit help menu for evil collection
Browse files Browse the repository at this point in the history
See emacs-evil/evil-collection#637
for the explanation
  • Loading branch information
christoffer-arvidsson committed Oct 1, 2023
1 parent 93b96e9 commit 26d7269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/null-keybinds.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
(evil-mode 1))

(use-package evil-collection
:after evil
:after (evil magit)
:init
:custom
(evil-collection-outline-bind-tab-p nil)
Expand Down

0 comments on commit 26d7269

Please sign in to comment.