refactor(lib): rely less on global state for defaults

I prefer to be more explicit about these variables' defaults, then to
rely on proper load order and unverified global state to ensure they're
properly set.
This commit is contained in:
Henrik Lissner 2022-09-06 23:51:44 +02:00
parent 0a51fdff53
commit 2b1f6031b2
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 5 additions and 2 deletions

View file

@ -21,6 +21,9 @@
doom-print-level 'debug)
(message "Debug mode enabled"))
;; FIX: All output via `message' should be seen as debug output.
(setq doom-print-message-level 'debug)
;; HACK: Load `cl' and site files manually to prevent polluting logs and
;; stdout with deprecation and/or file load messages.
(when noninteractive