el-get/test/test-setup.el
Ryan C. Thompson 4a73ded92d Set "el-get-notify-type" to 'message in tests
This prevents tests from hitting errors due to notification issues.
2012-03-18 13:30:38 -07:00

7 lines
171 B
EmacsLisp

(require 'el-get)
(require 'cl)
(setq debugger-batch-max-lines (+ 50 max-lisp-eval-depth)
debug-on-error t
el-get-verbose t
el-get-nofity-type 'message)