diff --git a/core/autoload/config.el b/core/autoload/config.el index bcc6c930c..b781f5793 100644 --- a/core/autoload/config.el +++ b/core/autoload/config.el @@ -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)))