config

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

yasnippet-capf-pkg.el (441B)


      1 (define-package "yasnippet-capf" "20240420.1531" "Yasnippet Completion At Point Function"
      2   '((emacs "25.1")
      3     (yasnippet "0.14.0"))
      4   :commit "ea2bbf4f1c5c133ca7105a5cda2bc01c8e378ef5" :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: