From a7bf30b2c48f5b319aca1985fb4e0b734381ff63 Mon Sep 17 00:00:00 2001 From: Bryan Gilbert Date: Sun, 7 May 2017 11:55:20 -0400 Subject: [PATCH] add `doom/deflate-space-maybe' as a custom evil-mc custom known command --- modules/feature/evil/config.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/feature/evil/config.el b/modules/feature/evil/config.el index 9af6fa6ef..91d6c32a2 100644 --- a/modules/feature/evil/config.el +++ b/modules/feature/evil/config.el @@ -285,7 +285,10 @@ algorithm is just confusing, like in python or ruby." (setq-local evilmi-always-simple-jump 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 :commands (evil-multiedit-match-all