mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
10 lines
203 B
EmacsLisp
10 lines
203 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/multiple-cursors/packages.el
|
|
|
|
(cond ((featurep! :editor evil)
|
|
(package! evil-multiedit)
|
|
(package! evil-mc))
|
|
|
|
((package! multiple-cursors)))
|
|
|