fix(cli): void-variable doom-dir on 'doom doctor'
A regression caused by an overaggressive search and replace (fore986d6b
). Amend:e986d6bef9
This commit is contained in:
parent
2396262cfa
commit
a0fe199237
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in."
|
||||||
(let* ((xdg-dir (concat (or (getenv "XDG_CONFIG_HOME")
|
(let* ((xdg-dir (concat (or (getenv "XDG_CONFIG_HOME")
|
||||||
"~/.config")
|
"~/.config")
|
||||||
"/doom/"))
|
"/doom/"))
|
||||||
(doom-path (or (getenv "DOOMDIR")
|
(doom-dir (or (getenv "DOOMDIR")
|
||||||
"~/.doom.d/"))
|
"~/.doom.d/"))
|
||||||
(dir (if (file-directory-p xdg-dir)
|
(dir (if (file-directory-p xdg-dir)
|
||||||
xdg-dir
|
xdg-dir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue