PythonNut/evil-easymotion@79c13ed -> PythonNut/evil-easymotion@f96c2ed
abo-abo/lispy@c7e282a -> abo-abo/lispy@cdaa9c7
clemera/objed@8dc1770 -> clemera/objed@e89d8da
emacs-evil/evil-collection@493d523 -> emacs-evil/evil-collection@ba36304
emacs-evil/evil@8aa6337 -> emacs-evil/evil@d243eae
hlissner/doom-snippets@feaedeb -> hlissner/doom-snippets@422f683
hlissner/evil-snipe@3ec8adf -> hlissner/evil-snipe@2ba6353
joaotavora/yasnippet@ac03c2f -> joaotavora/yasnippet@5b1217a
mrkkrp/vimish-fold@d3248a4 -> mrkkrp/vimish-fold@6368523
redguardtoo/evil-nerd-commenter@747e346 -> redguardtoo/evil-nerd-commenter@1bd2de5
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
10 lines
380 B
EmacsLisp
10 lines
380 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/snippets/packages.el
|
|
|
|
(package! yasnippet :pin "5b1217ab085fab4abeb1118dccb260691b446703")
|
|
(package! auto-yasnippet :pin "db9e0dd4335b2202cd5dac95bbbc87a1032d9bbe")
|
|
(package! doom-snippets
|
|
:recipe (:host github
|
|
:repo "hlissner/doom-snippets"
|
|
:files ("*.el" "*"))
|
|
:pin "422f683adfbec1b01fe00524690b64dc9e702ae0")
|