el-get/test/issues/el-get-issue-289.el
Noam Postavsky d79c395f22 enable ert tests in travis, reorganize test files
rename ert tests file test.el => el-get-tests.el
move el-get-issue-* files to separate dir
2015-11-13 23:39:27 -05:00

15 lines
497 B
EmacsLisp

;; https://github.com/dimitri/el-get/issues/289
;;
;; flymake-fringe-icons recipe won't initialize
;;
;; Because it eagerly loads flymake-fringe-icons by using :features, and
;; that recipe require's fringe-helper, which isn't yet init'ed. The
;; solution is either to remove :features from the flymake-fringe-icons
;; recipe or to make el-get-init respect the :depends clause.
(setq debug-on-error t)
(setq el-get-byte-compile nil
el-get-verbose t)
(el-get 'sync '(flymake-fringe-icons))