mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #55 from gilbertw1/feature-evil-mc
add `doom/deflate-space-maybe' as a custom evil-mc custom known command
This commit is contained in:
@ -301,7 +301,10 @@ algorithm is just confusing, like in python or ruby."
|
|||||||
(setq-local evilmi-always-simple-jump t)))
|
(setq-local evilmi-always-simple-jump t)))
|
||||||
|
|
||||||
(def-package! evil-mc :demand t
|
(def-package! evil-mc :demand t
|
||||||
:config (global-evil-mc-mode 1))
|
:config
|
||||||
|
(global-evil-mc-mode 1)
|
||||||
|
(setq evil-mc-custom-known-commands
|
||||||
|
'((doom/deflate-space-maybe . ((:default . evil-mc-execute-default-evil-delete))))))
|
||||||
|
|
||||||
(def-package! evil-multiedit
|
(def-package! evil-multiedit
|
||||||
:commands (evil-multiedit-match-all
|
:commands (evil-multiedit-match-all
|
||||||
|
Reference in New Issue
Block a user