Files
doomemacs/modules/editor
Henrik Lissner b2b19e7196 fix(multiple-cursors): contextually activate minor mode
evil-mc's design is bizarre. Its variables and hooks are lazy loaded
rather than declared at top-level, some hooks aren't defined or
documented, it's a bit initializer-function drunk, and its minor modes
are intended to be perpetually active -- even when no cursors are active
(causing #6021). I undo all of that here.

Fix: #6021
2022-01-27 03:43:51 +01:00
..
2021-12-13 19:30:42 +01:00
2021-12-13 19:30:42 +01:00
2020-12-05 16:55:27 -05:00
2022-01-03 16:51:51 +01:00