mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Move mc/list-file to the user-emacs-directory
This commit is contained in:
parent
cec48cc78f
commit
4969d382de
@ -524,7 +524,11 @@ from being executed if in multiple-cursors-mode."
|
|||||||
(overlay-put cursor 'kill-ring kill-ring)
|
(overlay-put cursor 'kill-ring kill-ring)
|
||||||
(overlay-put cursor 'kill-ring-yank-pointer kill-ring-yank-pointer)))))))
|
(overlay-put cursor 'kill-ring-yank-pointer kill-ring-yank-pointer)))))))
|
||||||
|
|
||||||
(defvar mc/list-file "~/.emacs.d/.mc-lists.el"
|
(defvar mc/list-file (expand-file-name
|
||||||
|
(concat (if (boundp 'user-emacs-directory)
|
||||||
|
user-emacs-directory
|
||||||
|
"~/.emacs.d/")
|
||||||
|
".mc-lists.el"))
|
||||||
"The position of the file that keeps track of your preferences
|
"The position of the file that keeps track of your preferences
|
||||||
for running commands with multiple cursors.")
|
for running commands with multiple cursors.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user