el-get/test/el-get-issue-176.el
2012-02-12 12:49:14 -08:00

14 lines
396 B
EmacsLisp

;; https://github.com/dimitri/el-get/issues/176
;;
;; Git clone should be done with the depth flag
(let ((debug-on-error t)
;; (el-get-byte-compile nil)
(el-get-verbose t)
(el-get-git-shallow-clone t))
(require 'el-get)
(el-get 'sync 'yasnippet))
;; After running the test, check the git log for yasnippet to see if
;; it only has a few log entries, rather than hundreds.