Correct documentation of env_var file
Because of 3ed54e191b
The `load-env-vars` advice is false now. Instead we can propose setting "doom-env-file" correctly, it seems to work for me.
This commit is contained in:
parent
c9305a552d
commit
9d668791da
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ order of `doom-env-switches' determines priority."
|
||||||
"#\n"
|
"#\n"
|
||||||
"# It is NOT safe to edit this file. Changes will be overwritten next time\n"
|
"# It is NOT safe to edit this file. Changes will be overwritten next time\n"
|
||||||
"# that `doom env refresh` is executed. Alternatively, create your own env file\n"
|
"# that `doom env refresh` is executed. Alternatively, create your own env file\n"
|
||||||
"# in your DOOMDIR and load that with `(load-env-vars FILE)`.\n"
|
"# in your DOOMDIR and load it with \n"
|
||||||
|
"# `(doom-load-env-vars (expand-file-name FILE doom-private-dir))`.\n"
|
||||||
"#\n"
|
"#\n"
|
||||||
"# To auto-regenerate this file when `doom reload` is run, use `doom env auto'\n"
|
"# To auto-regenerate this file when `doom reload` is run, use `doom env auto'\n"
|
||||||
"# or set DOOMENV=1 in your shell environment/config.\n"
|
"# or set DOOMENV=1 in your shell environment/config.\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue