Merge pull request #1252 from flatwhatson/fix-autoload-mc
Fix loading of multiple-cursors configuration
This commit is contained in:
commit
a2fd7fc877
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
:evil-mc t))
|
:evil-mc t))
|
||||||
|
|
||||||
|
|
||||||
(after! multiple-cursors
|
(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"))
|
||||||
|
|
||||||
;; 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