mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #3509: add swiper-mc to mc/cmds-to-run-once
This commit is contained in:
@ -143,6 +143,9 @@
|
|||||||
(defvar +mc--compat-evil-prev-state nil)
|
(defvar +mc--compat-evil-prev-state nil)
|
||||||
(defvar +mc--compat-mark-was-active nil)
|
(defvar +mc--compat-mark-was-active nil)
|
||||||
|
|
||||||
|
(after! swiper
|
||||||
|
(add-to-list 'mc/cmds-to-run-once 'swiper-mc))
|
||||||
|
|
||||||
(add-hook! 'multiple-cursors-mode-enabled-hook
|
(add-hook! 'multiple-cursors-mode-enabled-hook
|
||||||
(defun +multiple-cursors-compat-switch-to-emacs-state-h ()
|
(defun +multiple-cursors-compat-switch-to-emacs-state-h ()
|
||||||
(when (and (bound-and-true-p evil-mode)
|
(when (and (bound-and-true-p evil-mode)
|
||||||
|
Reference in New Issue
Block a user