fix: wrong-number-of-args error in doom/reload-env

Close #5368
Ref 9687c04a84
This commit is contained in:
Daanturo 2021-08-12 23:26:56 +07:00 committed by GitHub
parent 9687c04a84
commit 14f9289998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)))