2018-08-05 22:10:36 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; editor/multiple-cursors/packages.el
|
|
|
|
|
2020-01-14 22:32:11 -05:00
|
|
|
(cond
|
|
|
|
((featurep! :editor evil)
|
2020-02-29 00:30:22 -05:00
|
|
|
(package! evil-multiedit :pin "9f271e0e60")
|
|
|
|
(package! evil-mc :pin "4d4c0172e4"))
|
2018-08-05 22:10:36 +02:00
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
((package! multiple-cursors :pin "b880554d04")))
|