Label 'doom env' errors as warnings

Because they can usually be ignored.
This commit is contained in:
Henrik Lissner 2019-09-12 13:25:42 -04:00
parent 5caa6add5c
commit ab954439e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -109,7 +109,7 @@ default, on Linux, this is '$SHELL -ic /usr/bin/env'. Variables in
(print-group!
(let ((errors (with-current-buffer error-buffer (buffer-string))))
(unless (string-empty-p errors)
(print! (info "Error output:\n\n%s") (indent 4 errors))))
(print! (info "Warnings:\n\n%s") (indent 4 errors))))
;; Remove undesireable variables
(insert
(concat