Add :editor multiple-cursors module
Moves evil-mc/evil-multiedit out of feature/evil.
This commit is contained in:
parent
4dc5ef3879
commit
8d26879f99
5 changed files with 120 additions and 120 deletions
9
modules/editor/multiple-cursors/packages.el
Normal file
9
modules/editor/multiple-cursors/packages.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/multiple-cursors/packages.el
|
||||
|
||||
(cond ((featurep! :feature evil)
|
||||
(package! evil-multiedit)
|
||||
(package! evil-mc))
|
||||
|
||||
((package! multiple-cursors)))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue