DogLooksGood/parinfer-mode@91856b9 -> DogLooksGood/parinfer-mode@8659c99 abo-abo/lispy@5c8a59a -> abo-abo/lispy@38a7df4 emacs-evil/evil-collection@e6824e2 -> emacs-evil/evil-collection@334670e emacsorphanage/god-mode@f51c8f6 -> emacsorphanage/god-mode@02a402b gabesoft/evil-mc@7dfb2ca -> gabesoft/evil-mc@f04fb17 hlissner/doom-snippets@33eb93b -> hlissner/doom-snippets@aa5587b magnars/multiple-cursors.el@83abb05 -> magnars/multiple-cursors.el@a9d7764 noctuid/lispyville@0f13f26 -> noctuid/lispyville@89316f0 redguardtoo/evil-nerd-commenter@563cdc1 -> redguardtoo/evil-nerd-commenter@2730820
12 lines
525 B
EmacsLisp
12 lines
525 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/multiple-cursors/packages.el
|
|
|
|
(cond
|
|
((featurep! :editor evil)
|
|
;; REVIEW Broken in 8abf2c1f4f0ade64cbb06c8f47055f04ab83e8d6 (latest commit at
|
|
;; time of writing). Revisit later.
|
|
(package! iedit :pin "77eb0a1e2e44b453e4ebf4c38409affa353f5139")
|
|
(package! evil-multiedit :pin "9f271e0e6048297692f80ed6c5ae8994ac523abc")
|
|
(package! evil-mc :pin "f04fb17f35f2722f2ac93c862b4450bb8e5b739a"))
|
|
|
|
((package! multiple-cursors :pin "a9d7764f80b241978f3d4e76bc981ef10bab5d70")))
|