mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Half-revertsc2c6a64
, which tried to get doom/reload to regenerate the envvar file from within Emacs, but running an environment scraper in a bare environment is really hard to get right. Ideally, your shell config should set up your environment, but there are too many edge cases or poor configs in the wild to depend on this. I've brought back doom/reload-env, but only to reload the envvar file -- *not* regenerate it. I've given up on trying to do that from within Emacs. Fix #5344 Refc2c6a64118