Set debug-on-error before loading README.org

This commit is contained in:
2016-08-21 22:30:51 -07:00
parent edad0466aa
commit ae9b0ee999

View File

@@ -15,8 +15,9 @@
(setq use-package-enable-imenu-support t)
(let ((debug-on-error t))
(org-babel-load-file
(concat (file-name-directory load-file-name) "README.org"))
(concat (file-name-directory load-file-name) "README.org")))
;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)