mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
committed by
Henrik Lissner
parent
e0bac80447
commit
a5ce61aa55
@ -19,6 +19,14 @@
|
|||||||
"C-p" #'evil-multiedit-prev))
|
"C-p" #'evil-multiedit-prev))
|
||||||
|
|
||||||
|
|
||||||
|
(use-package! iedit
|
||||||
|
:when (featurep! :completion vertico)
|
||||||
|
:defer t
|
||||||
|
:init
|
||||||
|
;; Fix conflict with embark.
|
||||||
|
(setq iedit-toggle-key-default nil))
|
||||||
|
|
||||||
|
|
||||||
(use-package! evil-mc
|
(use-package! evil-mc
|
||||||
:when (featurep! :editor evil)
|
:when (featurep! :editor evil)
|
||||||
:commands (evil-mc-make-cursor-here
|
:commands (evil-mc-make-cursor-here
|
||||||
|
Reference in New Issue
Block a user