From d31ff102310a091b5797d5d99315d4dc27bf90cf Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 26 Dec 2018 18:33:25 -0500 Subject: [PATCH] =?utf8?q?[emacs/exec-path-from-shell]=20don=E2=80=99t=20c?= =?utf8?q?heck=20for=20vars=20being=20properly=20set?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://github.com/purcell/exec-path-from-shell#setting-up-your-shell-startup-files-correctly --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 1a5b12b..c256b7f 100644 --- a/init.org +++ b/init.org @@ -347,7 +347,8 @@ in my shell. (use-package exec-path-from-shell :defer 1 :init - (setq exec-path-from-shell-check-startup-files nil) + (setq exec-path-from-shell-arguments nil + exec-path-from-shell-check-startup-files nil) :config (exec-path-from-shell-initialize) ;; while we're at it, let's fix access to our running ssh-agent -- 2.20.1