forked from colonelpanic/dotfiles
Set debug-on-error before loading README.org
This commit is contained in:
parent
edad0466aa
commit
ae9b0ee999
@ -15,8 +15,9 @@
|
||||
|
||||
(setq use-package-enable-imenu-support t)
|
||||
|
||||
(org-babel-load-file
|
||||
(concat (file-name-directory load-file-name) "README.org"))
|
||||
(let ((debug-on-error t))
|
||||
(org-babel-load-file
|
||||
(concat (file-name-directory load-file-name) "README.org")))
|
||||
|
||||
;; Local Variables:
|
||||
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
|
||||
|
Loading…
Reference in New Issue
Block a user