Skip to content

Commit

Permalink
Fix evil-collection-term triggering on multi-term doomemacs#1554
Browse files Browse the repository at this point in the history
Since multi-term loads term, this is redundant, and ends up overwriting
users' after! term or after! multi-term blocks.
  • Loading branch information
hlissner authored and uelei committed Aug 9, 2019
1 parent 3ffd855 commit 39ff58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editor/evil/+everywhere.el
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ variable for an explanation of the defaults (in comments). See
rtags
simple
slime
(term term ansi-term multi-term)
(term term ansi-term)
tetris
tide
transmission
Expand Down

0 comments on commit 39ff58a

Please sign in to comment.