mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor doom env
- Limits process-environment during scraping - Add `doom-env-executable` and `doom-env-switches` variables - Announce what commands were run to produce your env var within env var file header
This commit is contained in:
@ -99,7 +99,10 @@ MacOS users).")
|
||||
Doom was setup, which can cause problems.")
|
||||
|
||||
(defvar doom-site-load-path load-path
|
||||
"The starting load-path, before it is altered by `doom-initialize'.")
|
||||
"The starting `load-path', before it is altered by `doom-initialize'.")
|
||||
|
||||
(defvar doom-site-process-environment process-environment
|
||||
"The starting `process-environment', before it is altered by `doom-initialize'.")
|
||||
|
||||
(defvar doom--last-emacs-file (concat doom-local-dir "emacs-version.el"))
|
||||
(defvar doom--last-emacs-version nil)
|
||||
|
Reference in New Issue
Block a user