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:
parent
559171575e
commit
a0a1babc0d
1 changed files with 16 additions and 16 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
;; HACK: Load `cl' and site files manually to prevent polluting logs and
|
;; HACK: Load `cl' and site files manually to prevent polluting logs and
|
||||||
;; stdout with deprecation and/or file load messages.
|
;; stdout with deprecation and/or file load messages.
|
||||||
(let ((inhibit-message (not init-file-debug)))
|
(quiet!
|
||||||
(require 'cl nil t)
|
(require 'cl nil t)
|
||||||
(unless site-run-file
|
(unless site-run-file
|
||||||
(let ((site-run-file "site-start")
|
(let ((site-run-file "site-start")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue