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
parent 559171575e
commit a0a1babc0d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

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")