Move evil-mc library to editor/multiple-cursors

This commit is contained in:
Henrik Lissner 2019-01-28 19:54:55 -05:00
parent 7ca2b42d2b
commit 5baaf08246
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 17 additions and 13 deletions

View file

@ -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