update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,13 +1,10 @@
(define-package "yasnippet" "20250112.1504" "Yet another snippet extension for Emacs"
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "yasnippet" "20250602.1342"
"Yet another snippet extension for Emacs."
'((cl-lib "0.5")
(emacs "24.4"))
:commit "03b1b11547eab76851574eadd18e2ad186b2a080" :maintainers
'(("Noam Postavsky" . "npostavs@gmail.com"))
:maintainer
'("Noam Postavsky" . "npostavs@gmail.com")
:keywords
'("convenience" "emulation")
:url "http://github.com/joaotavora/yasnippet")
;; Local Variables:
;; no-byte-compile: t
;; End:
(emacs "24.4"))
:url "http://github.com/joaotavora/yasnippet"
:commit "dd570a6b22364212fff9769cbf4376bdbd7a63c5"
:revdesc "dd570a6b2236"
:keywords '("convenience" "emulation")
:maintainers '(("Noam Postavsky" . "npostavs@gmail.com")))