mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
`startup--load-user-init-file` persists its original user-emacs-directory in a lexical binding that we cannot affect from early-init.el, and uses it to find init.el. This prevents non-Doom profiles' init.el files from being loaded. A way around this is to have our own $EMACSDIR/init.el that loads {user-emacs-directory}/init.el, but that's unnecessary work and ruins our users' ability to use their $EMACSDIR as their $DOOMDIR, so I opted for advice instead, to force it to recognize the changed user-emacs-directory. Fix: https://discourse.doomemacs.org/t/3251
7.8 KiB
7.8 KiB