mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
fix: remove outdated uses of user-emacs-directory
Doom changes user-emacs-directory (see46844b5
for explanation), so doom-emacs-dir should be used to refer to your $EMACSDIR instead. Fix: #6530 Ref:46844b55de
This commit is contained in:
@@ -258,7 +258,7 @@ ready to be pasted in a bug report on github."
|
||||
'envvar-file)
|
||||
(if (featurep 'exec-path-from-shell)
|
||||
'exec-path-from-shell)
|
||||
(if (file-symlink-p user-emacs-directory)
|
||||
(if (file-symlink-p doom-emacs-dir)
|
||||
'symlinked-emacsdir)
|
||||
(if (file-symlink-p doom-private-dir)
|
||||
'symlinked-doomdir)
|
||||
|
Reference in New Issue
Block a user