config

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

yasnippet-capf-pkg.el (441B)


      1 (define-package "yasnippet-capf" "20240716.1054" "Yasnippet Completion At Point Function"
      2   '((emacs "25.1")
      3     (yasnippet "0.14.0"))
      4   :commit "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9" :authors
      5   '(("Ellis Kenyő" . "me@elken.dev"))
      6   :maintainers
      7   '(("Ellis Kenyő" . "me@elken.dev"))
      8   :maintainer
      9   '("Ellis Kenyő" . "me@elken.dev")
     10   :url "https://github.com/elken/yasnippet-capf")
     11 ;; Local Variables:
     12 ;; no-byte-compile: t
     13 ;; End: