From 35152fda6749f9c8a5201559462f33d458869482 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 8 Nov 2019 16:20:34 -0500 Subject: [PATCH] Fix 'doom env -c' Throwing "I don't understand 'doom env -c'" errors --- core/cli/env.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/cli/env.el b/core/cli/env.el index df882e764..4368f948d 100644 --- a/core/cli/env.el +++ b/core/cli/env.el @@ -6,8 +6,7 @@ "Generate the envvar file at PATH. Note that envvar files that aren't in `doom-env-file' won't be loaded automatically at startup. You will need to load them manually from your private config with the `doom-load-envvars-file' -function.") - &rest args) +function.")) "Creates or regenerates your envvars file. The envvars file is created by scraping your (interactive) shell environment