tweak(cli): load doomrc quietly
This commit is contained in:
parent
9c80b33b89
commit
9c04998e9c
1 changed files with 1 additions and 1 deletions
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)))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue