el-get/recipes/yasnippet.rcp

13 lines
501 B
Plaintext
Raw Normal View History

(:name yasnippet
:website "https://github.com/capitaomorte/yasnippet.git"
:description "YASnippet is a template system for Emacs."
:type github
:pkgname "capitaomorte/yasnippet"
:compile "yasnippet.el"
;; only fetch the `snippets' submodule, others have funny
;; file names that can cause problems
;; see https://github.com/dimitri/el-get/issues/1511
:submodule nil
:build (("git" "submodule" "update" "--init" "--" "snippets")))