fix: wrong-number-of-args error in doom/reload-env
Close #5368
Ref 9687c04a84
This commit is contained in:
parent
9687c04a84
commit
14f9289998
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Doing so from within Emacs will taint your shell environment.
|
||||||
|
|
||||||
An envvar file contains a snapshot of your shell environment, which can be
|
An envvar file contains a snapshot of your shell environment, which can be
|
||||||
imported into Emacs."
|
imported into Emacs."
|
||||||
(interactive "P")
|
(interactive)
|
||||||
(doom-load-envvars-file doom-env-file)
|
(doom-load-envvars-file doom-env-file)
|
||||||
(message "Reloaded %S" (abbreviate-file-name doom-env-file)))
|
(message "Reloaded %S" (abbreviate-file-name doom-env-file)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue