mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move evil-mc library to editor/multiple-cursors
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user