mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
10 lines
204 B
EmacsLisp
10 lines
204 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/multiple-cursors/packages.el
|
|
|
|
(cond ((featurep! :feature evil)
|
|
(package! evil-multiedit)
|
|
(package! evil-mc))
|
|
|
|
((package! multiple-cursors)))
|
|
|