Fix #3509 again
This commit is contained in:
parent
47a350f65f
commit
61cb7252e2
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@
|
||||||
(after! multiple-cursors-core
|
(after! multiple-cursors-core
|
||||||
(setq mc/list-file (concat doom-etc-dir "mc-lists.el"))
|
(setq mc/list-file (concat doom-etc-dir "mc-lists.el"))
|
||||||
|
|
||||||
(add-to-list 'mc/cmds-to-run-once 'swiper-mc)
|
;; Can't use `mc/cmds-to-run-once' because mc-lists.el overwrites it
|
||||||
|
(add-to-list 'mc--default-cmds-to-run-once 'swiper-mc)
|
||||||
|
|
||||||
;; TODO multiple-cursors config for Emacs users?
|
;; TODO multiple-cursors config for Emacs users?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue