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
..
evil fix(evil): window-selection-change-functions use case 2022-01-27 03:33:13 +01:00
file-templates fix(file-templates): +file-templates/debug 2021-10-18 01:15:09 +02:00
fold Fixed the keybind for fold/unfold all 2021-07-29 18:46:08 -05:00
format fix(format): format-all-mode not activating 2021-10-06 13:58:16 +02:00
god bump: :editor 2021-12-13 19:30:42 +01:00
lispy bump: :editor 2021-12-13 19:30:42 +01:00
multiple-cursors fix(multiple-cursors): contextually activate minor mode 2022-01-27 03:43:51 +01:00
objed Bump :editor 2020-12-05 16:55:27 -05:00
parinfer fix(parinfer): robust check for shared Rust object 2021-09-29 15:03:36 -07:00
rotate-text docs(rotate-text): add README (#5654) 2021-10-18 01:43:37 +02:00
snippets bump: :editor snippets 2022-01-03 16:51:51 +01:00
word-wrap refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00