Skip to content

Commit

Permalink
Fix evil-collection-term triggering on multi-term #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 committed Jul 10, 2019
1 parent 394d131 commit 9d8dc93
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 9d8dc93

Please sign in to comment.