Files
emacs/lisp/yasnippet-snippets/yasnippet-snippets-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

13 lines
432 B
EmacsLisp

(define-package "yasnippet-snippets" "20220713.1234" "Collection of yasnippet snippets"
'((yasnippet "0.8.0"))
:commit "cd665c9cba4bab646f6d50ac098bee63573a4ca5" :authors
'(("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: