From c095e7279ab2c10c1727df28d219d1abe610a606 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 15 Apr 2020 00:14:08 -0400 Subject: [PATCH] Update 'doom env' docs #2835 --- core/cli/env.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/cli/env.el b/core/cli/env.el index c19fb5245..76daadaf3 100644 --- a/core/cli/env.el +++ b/core/cli/env.el @@ -9,10 +9,10 @@ them manually from your private config with the `doom-load-envvars-file' function.")) "Creates or regenerates your envvars file. -The envvars file is created by scraping your (interactive) shell environment -into newline-delimited KEY=VALUE pairs. Typically by running '$SHELL -ic env' -(or '$SHELL -c set' on windows). Doom loads this file at startup (if it exists) -to ensure Emacs mirrors your shell environment (particularly to ensure PATH and +The envvars file is created by scraping the current shell environment into +newline-delimited KEY=VALUE pairs. Typically by running '$SHELL -ic env' (or +'$SHELL -c set' on windows). Doom loads this file at startup (if it exists) to +ensure Emacs mirrors your shell environment (particularly to ensure PATH and SHELL are correctly set). This is useful in cases where you cannot guarantee that Emacs (or the daemon)