mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
After exiting `multiple-cursors`, when the previous state is multiedit{,-insert}, return to normal state. Use case: - Mark occurrences with evil-multiedit - `iedit-switch-to-mc-mode` ("M-M") - Make some edit - "C-g" to exit `multiple-cursors` Expected behaviour: Return to evil's normal-state Observed behaviour before the patch: Emacs stays on emacs-state