Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
This commit is contained in:
parent
05ad81c631
commit
7df5b0e507
19 changed files with 3 additions and 3 deletions
7
.config/emacs/config/multiple-cursors.el
Normal file
7
.config/emacs/config/multiple-cursors.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
(use-package multiple-cursors
|
||||
:ensure t
|
||||
:bind
|
||||
("C-c m" . mc/mark-more-like-this-extended)
|
||||
("C-c a" . mc/edit-lines)
|
||||
("C->" . mc/mark-next-like-this)
|
||||
("C-<" . mc/mark-previous-like-this))
|
Loading…
Add table
Add a link
Reference in a new issue