abo-abo/lispy@38a7df4 -> abo-abo/lispy@e9731aa emacs-evil/evil-collection@b6025cf -> emacs-evil/evil-collection@9be3805 emacs-evil/evil@1b3db63 -> emacs-evil/evil@b237462 emacs-straight/adaptive-wrap@91e939b -> emacs-straight/adaptive-wrap@0d5b4a0 emacsorphanage/god-mode@02a402b -> emacsorphanage/god-mode@1d7d647 hlissner/doom-snippets@f7747da -> hlissner/doom-snippets@5c0eb5b justinbarclay/parinfer-rust-mode@f130fa0 -> justinbarclay/parinfer-rust-mode@c2c1bbe magnars/multiple-cursors.el@7b13b03 -> magnars/multiple-cursors.el@616fbdd noctuid/lispyville@89316f0 -> noctuid/lispyville@9c14bed redguardtoo/evil-nerd-commenter@b8ac35f -> redguardtoo/evil-nerd-commenter@118bebd willghatch/evil-textobj-anyblock@29280cd -> willghatch/evil-textobj-anyblock@29280cd
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 "616fbdd3696f99d85660ad57ebbb0c44d6c7f426")))
|