This commit is contained in:
Henrik Lissner 2020-07-24 02:13:19 -04:00
parent 47a350f65f
commit 61cb7252e2
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -132,7 +132,8 @@
(after! multiple-cursors-core
(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?