mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(cli): load doomrc quietly
This commit is contained in:
2
bin/doom
2
bin/doom
@ -309,7 +309,7 @@ SEE ALSO:
|
|||||||
((setq doomrc (locate-dominating-file default-directory ".doomrc"))
|
((setq doomrc (locate-dominating-file default-directory ".doomrc"))
|
||||||
(load! ".doomrc" doomrc)))
|
(load! ".doomrc" doomrc)))
|
||||||
(when doomrc
|
(when doomrc
|
||||||
(print! "Loaded doomrc: %s" doomrc)))))
|
(doom-log "Loaded doomrc: %s" doomrc)))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user