mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix: wrong-number-of-args error in doom/reload-env
Close #5368
Ref 9687c04a84
This commit is contained in:
@ -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
|
||||
imported into Emacs."
|
||||
(interactive "P")
|
||||
(interactive)
|
||||
(doom-load-envvars-file doom-env-file)
|
||||
(message "Reloaded %S" (abbreviate-file-name doom-env-file)))
|
||||
|
||||
|
Reference in New Issue
Block a user