Move evil-mc library to editor/multiple-cursors
This commit is contained in:
parent
7ca2b42d2b
commit
5baaf08246
5 changed files with 17 additions and 13 deletions
|
@ -47,9 +47,14 @@
|
|||
t))
|
||||
(add-hook 'doom-escape-hook #'+multiple-cursors|escape-multiple-cursors)
|
||||
|
||||
;;
|
||||
;; Forward declare these so that ex completion and evil-mc support is
|
||||
;; recognized before the autoloaded functions are loaded.
|
||||
(evil-add-command-properties '+evil:align :evil-mc t)
|
||||
(evil-add-command-properties '+evil:mc :evil-mc t))
|
||||
(evil-set-command-properties '+multiple-cursors:evil-mc
|
||||
:move-point nil
|
||||
:ex-arg 'global-match
|
||||
:ex-bang t
|
||||
:evil-mc t))
|
||||
|
||||
|
||||
(def-package! multiple-cursors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue