Files
doomemacs/modules
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-14 01:21:33 +01:00
2022-01-12 16:48:22 +01:00
2022-01-03 19:22:28 +01:00