yasnippet: only fetch snippets submodule

This commit is contained in:
Noam Postavsky 2014-02-23 13:47:23 -05:00
parent cf34f9aa0a
commit 26130d557a

View File

@ -34,4 +34,9 @@
;; byte-compile load vc-svn and that fails
;; see https://github.com/dimitri/el-get/issues/200
:compile nil
:submodule t)
;; 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")))