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
10 lines
380 B
EmacsLisp
10 lines
380 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/snippets/packages.el
|
|
|
|
(package! yasnippet :pin "5cbdbf0d2015540c59ed8ee0fcf4788effdf75b6")
|
|
(package! auto-yasnippet :pin "db9e0dd4335b2202cd5dac95bbbc87a1032d9bbe")
|
|
(package! doom-snippets
|
|
:recipe (:host github
|
|
:repo "hlissner/doom-snippets"
|
|
:files ("*.el" "*"))
|
|
:pin "5c0eb5bd70f035cefb981c2ce64f4367498bdda6")
|