From f9b3ad2bb1bd66d404290fb8a9d93922e3e770c4 Mon Sep 17 00:00:00 2001 From: Nikola M Date: Fri, 3 Jan 2020 21:42:14 +0100 Subject: [PATCH] Fix typo in env.el --- core/cli/env.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/env.el b/core/cli/env.el index b32efefef..97cffa80b 100644 --- a/core/cli/env.el +++ b/core/cli/env.el @@ -36,7 +36,7 @@ Why this over exec-path-from-shell? I'd rather it inherit your shell environment /correctly/ (and /completely/) or not at all. It frontloads the debugging process rather than hiding it - until it you least want to deal with it." + until you least want to deal with it." (let ((env-file (expand-file-name (or outputfile doom-env-file)))) (cond (clear-p (unless (file-exists-p env-file)