el-get/test/issues/el-get-issue-284.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

14 lines
335 B
EmacsLisp

;;
;; https://github.com/dimitri/el-get/issues/284
;;
;; set HOME to an empty directory, launch emacs and evaluate the
;; following. It fails because initsplit has not been added to the load
;; path.
(setq debug-on-error t)
(setq el-get-byte-compile nil
el-get-verbose t)
(el-get 'sync '(initsplit))
(find-library "initsplit")