mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fixes two issues with implicit profiles: 1. Where user-emacs-directory (and sometimes doom-user-dir) would be unexpanded in the profile init file (generated by 'doom profiles sync'), which would be ineffective at runtime. 2. Where an implicit profile with a .doomprofile that lacks a user-emacs-directory setting would not have any user-emacs-directory set for it at all. Instead, it should fall back to that profile's location.