doomemacs/snippets@3a0b029c5d -> doomemacs/snippets@b672e69bbf emacs-evil/evil-collection@acb056b1d0 -> emacs-evil/evil-collection@e49d8e96cc emacs-evil/evil@0ad84c5216 -> emacs-evil/evil@30ebe6df27 emacs-straight/adaptive-wrap@a3b179ea21 -> emacs-straight/adaptive-wrap@d75665b9c8 emacs-tree-sitter/ts-fold@5b8abb69cd -> emacs-tree-sitter/ts-fold@55f80a202a gabesoft/evil-mc@bdf893ea6f -> gabesoft/evil-mc@cff3374bfe justinbarclay/parinfer-rust-mode@a96c768e9d -> justinbarclay/parinfer-rust-mode@0d16bd75ad
10 lines
379 B
EmacsLisp
10 lines
379 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/snippets/packages.el
|
|
|
|
(package! yasnippet :pin "eb5ba2664c3a68ae4a53bb38b85418dd131b208f")
|
|
(package! auto-yasnippet :pin "6a9e406d0d7f9dfd6dff7647f358cb05a0b1637e")
|
|
(package! doom-snippets
|
|
:recipe (:host github
|
|
:repo "doomemacs/snippets"
|
|
:files (:defaults "*"))
|
|
:pin "b672e69bbf5623e8af0fed27b23a1093fa217315")
|