fix(cli): silence output from site-lisp

Some site files will forcibly undo `inhibit-message` or set
`force-load-messages`. This ensures site lisp files don't make
unnecessary noise at startup.
This commit is contained in:
Henrik Lissner 2024-03-11 03:27:38 -04:00 committed by Yann Esposito (Yogsototh)
parent 9f2071808b
commit 73bfaf7122
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -25,7 +25,7 @@
;; HACK: Load `cl' and site files manually to prevent polluting logs and
;; stdout with deprecation and/or file load messages.
(let ((inhibit-message (not init-file-debug)))
(quiet!
(require 'cl nil t)
(unless site-run-file
(let ((site-run-file "site-start")