Doctor: include origin in syntax error message

This commit is contained in:
Henrik Lissner 2018-05-15 23:15:57 +02:00
parent 1e004a5638
commit 56a6d1faa3
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -310,7 +310,7 @@
(let ((doom--stage 'doctor))
(load doctor-file t t)))))
('error
(error! "Syntax error: %s" ex))))
(error! "(%s %s) Syntax error: %s" (car key) (cdr key) ex))))
doom-modules)))
;;