diff --git a/bin/doom-doctor b/bin/doom-doctor index 30d67989e..08899c919 100755 --- a/bin/doom-doctor +++ b/bin/doom-doctor @@ -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))) ;;