~cytrogen/.emacs.d

ref: f8d92bae3251c172bfda2f570da2886112018e60 .emacs.d/elpa/yasnippet-20250602.1342/yasnippet-pkg.el -rw-r--r-- 410 bytes
f8d92bae — Cytrogen feat(dictionary): 添加 sdcv 离线词典和 GoldenDict 集成 a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
;; -*- 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"))
  :url "http://github.com/joaotavora/yasnippet"
  :commit "dd570a6b22364212fff9769cbf4376bdbd7a63c5"
  :revdesc "dd570a6b2236"
  :keywords '("convenience" "emulation")
  :maintainers '(("Noam Postavsky" . "npostavs@gmail.com")))