From 99a5ff2025b03ff260b468f34fa61c7e8e75ea22 Mon Sep 17 00:00:00 2001 From: Andrew Whatson Date: Wed, 13 Mar 2019 14:17:29 +1000 Subject: [PATCH] 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 --- modules/editor/multiple-cursors/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/multiple-cursors/config.el b/modules/editor/multiple-cursors/config.el index 8f70046f3..687a35b87 100644 --- a/modules/editor/multiple-cursors/config.el +++ b/modules/editor/multiple-cursors/config.el @@ -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?