refactor(lib): deprecate doom-dir
This function never really added much value over doom-path or file-name-concat, so I'm phasing it out.
This commit is contained in:
parent
f66d9e1f0e
commit
e986d6bef9
3 changed files with 4 additions and 9 deletions
|
@ -119,7 +119,7 @@ in."
|
|||
(let* ((xdg-dir (concat (or (getenv "XDG_CONFIG_HOME")
|
||||
"~/.config")
|
||||
"/doom/"))
|
||||
(doom-dir (or (getenv "DOOMDIR")
|
||||
(doom-path (or (getenv "DOOMDIR")
|
||||
"~/.doom.d/"))
|
||||
(dir (if (file-directory-p xdg-dir)
|
||||
xdg-dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue