doomemacs/modules/editor/multiple-cursors
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
..
autoload Add eval-and-replace support to evil-mc 2020-08-02 18:11:45 -04:00
config.el fix(multiple-cursors): contextually activate minor mode 2022-01-27 03:43:51 +01:00
packages.el bump: :editor multiple-cursors 2021-11-21 17:51:24 +01:00