fix(cli): load $DOOMRC relative to $PWD
Rather than doing so relative to bin/doom.
This commit is contained in:
parent
95bdc3b566
commit
5bfe0ba53f
1 changed files with 1 additions and 1 deletions
2
bin/doom
2
bin/doom
|
@ -314,7 +314,7 @@ SEE ALSO:
|
|||
(let (doomrc)
|
||||
(cond
|
||||
((setq doomrc (getenv "DOOMRC"))
|
||||
(load! doomrc))
|
||||
(load! doomrc default-directory))
|
||||
((setq doomrc (locate-dominating-file default-directory ".doomrc"))
|
||||
(load! ".doomrc" doomrc)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue