Fix loading of multiple-cursors configuration
The package is split in a way that `multiple-cursors.el` is normally not required when autoloading from commands; `multiple-cursors-core.el` is always loaded. Unfortunately the `mc/list-file` location is still not being set properly, a fix has been submitted: magnars/multiple-cursors.el#355
This commit is contained in:
parent
093dddff4a
commit
99a5ff2025
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
:evil-mc t))
|
||||
|
||||
|
||||
(after! multiple-cursors
|
||||
(after! multiple-cursors-core
|
||||
(setq mc/list-file (concat doom-etc-dir "mc-lists.el"))
|
||||
|
||||
;; TODO multiple-cursors config for Emacs users?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue