11 lines
462 B
EmacsLisp
11 lines
462 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "yasnippet-snippets" "20250507.2002"
|
|
"Collection of yasnippet snippets."
|
|
'((yasnippet "0.8.0"))
|
|
:url "https://github.com/AndreaCrotti/yasnippet-snippets"
|
|
:commit "48e968d555afe8bf64829da364d5c8915980cc32"
|
|
:revdesc "48e968d555af"
|
|
:keywords '("snippets")
|
|
:authors '(("Andrea Crotti" . "andrea.crotti.0@gmail.com"))
|
|
:maintainers '(("Andrea Crotti" . "andrea.crotti.0@gmail.com")))
|