Files
emacs/lisp/yasnippet-snippets/yasnippet-snippets-pkg.el
2023-11-04 19:26:41 +01:00

15 lines
499 B
EmacsLisp

(define-package "yasnippet-snippets" "20230815.820" "Collection of yasnippet snippets"
'((yasnippet "0.8.0"))
:commit "063f54cea33f59defe9123549bf55ca342457a1c" :authors
'(("Andrea Crotti" . "andrea.crotti.0@gmail.com"))
:maintainers
'(("Andrea Crotti" . "andrea.crotti.0@gmail.com"))
:maintainer
'("Andrea Crotti" . "andrea.crotti.0@gmail.com")
:keywords
'("snippets")
:url "https://github.com/AndreaCrotti/yasnippet-snippets")
;; Local Variables:
;; no-byte-compile: t
;; End: