config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

yasnippet-pkg.el (411B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "yasnippet" "20241013.1557"
      3   "Yet another snippet extension for Emacs."
      4   '((cl-lib "0.5")
      5     (emacs  "24.4"))
      6   :url "https://github.com/joaotavora/yasnippet"
      7   :commit "fe1f4e0e96ce42d8668920335eb22c3c009dab3e"
      8   :revdesc "fe1f4e0e96ce"
      9   :keywords '("convenience" "emulation")
     10   :maintainers '(("Noam Postavsky" . "npostavs@gmail.com")))