parent
3ba56eb008
commit
0694be43ee
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ is non-nil, refresh the cache."
|
|||
(if (or noninteractive
|
||||
(file-equal-p user-emacs-directory "~/.config/emacs")
|
||||
(file-equal-p user-emacs-directory "~/.emacs.d"))
|
||||
(user-error "Failed to find profile: %s" id)
|
||||
(user-error "Failed to find profile: %s" (getenv "DOOMPROFILE"))
|
||||
(user-error "To be a bootloader, Doom must be installed in ~/.config/emacs or ~/.emacs.d"))))))
|
||||
:mode #o600
|
||||
:printfn #'pp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue