mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -300,6 +300,8 @@ across windows."
|
||||
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))
|
||||
|
||||
(def-package! evil-multiedit
|
||||
:commands (evil-multiedit-match-all
|
||||
@ -430,4 +432,3 @@ algorithm is just confusing, like in python or ruby."
|
||||
:Lm "\C-r" 'neotree-refresh
|
||||
:Lm "r" 'neotree-rename-node
|
||||
:Lm "R" 'neotree-change-root)))
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
(package! evil-indent-plus)
|
||||
(package! evil-matchit)
|
||||
(package! evil-multiedit)
|
||||
(package! evil-mc)
|
||||
(package! evil-numbers)
|
||||
(package! evil-textobj-anyblock)
|
||||
(package! evil-search-highlight-persist)
|
||||
|
Reference in New Issue
Block a user