mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -119,7 +119,7 @@ in."
|
||||
(let* ((xdg-dir (concat (or (getenv "XDG_CONFIG_HOME")
|
||||
"~/.config")
|
||||
"/doom/"))
|
||||
(doom-path (or (getenv "DOOMDIR")
|
||||
(doom-dir (or (getenv "DOOMDIR")
|
||||
"~/.doom.d/"))
|
||||
(dir (if (file-directory-p xdg-dir)
|
||||
xdg-dir
|
||||
|
Reference in New Issue
Block a user