General refactor & cleanup
This commit is contained in:
parent
bac73ec938
commit
6c4e048c23
9 changed files with 26 additions and 21 deletions
|
@ -292,9 +292,8 @@ the new algorithm is confusing, like in python or ruby."
|
|||
(global-evil-mc-mode +1)
|
||||
|
||||
;; Add custom commands to whitelisted commands
|
||||
(dolist (fn '(doom/deflate-space-maybe doom/inflate-space-maybe
|
||||
doom/backward-to-bol-or-indent doom/forward-to-last-non-comment-or-eol
|
||||
doom/backward-kill-to-bol-and-indent doom/newline-and-indent))
|
||||
(dolist (fn '(doom/backward-to-bol-or-indent doom/forward-to-last-non-comment-or-eol
|
||||
doom/backward-kill-to-bol-and-indent))
|
||||
(push (cons fn '((:default . evil-mc-execute-default-call)))
|
||||
evil-mc-custom-known-commands))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue