Doctor: include origin in syntax error message
This commit is contained in:
parent
1e004a5638
commit
56a6d1faa3
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@
|
||||||
(let ((doom--stage 'doctor))
|
(let ((doom--stage 'doctor))
|
||||||
(load doctor-file t t)))))
|
(load doctor-file t t)))))
|
||||||
('error
|
('error
|
||||||
(error! "Syntax error: %s" ex))))
|
(error! "(%s %s) Syntax error: %s" (car key) (cdr key) ex))))
|
||||||
doom-modules)))
|
doom-modules)))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue