el-get/recipes/yasnippet.rcp
Noam Postavsky 344adf3f40 byte-compile yasnippet.el
It's unclear why compilation was avoided initially[1], but it seems to work
now.

[1]: SVN problems? https://github.com/dimitri/el-get/issues/200
2014-02-23 14:27:09 -05:00

13 lines
501 B
Plaintext

(: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")))