mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
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))
|
||||
|
||||
|
||||
(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