8 lines
249 B
EmacsLisp
8 lines
249 B
EmacsLisp
|
(define-package "yasnippet" "20160924.2001" "Yet another snippet extension for Emacs."
|
||
|
'((cl-lib "0.5"))
|
||
|
:url "http://github.com/capitaomorte/yasnippet" :keywords
|
||
|
'("convenience" "emulation"))
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|