diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-26 18:33:25 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-26 18:33:25 -0500 |
commit | d31ff102310a091b5797d5d99315d4dc27bf90cf (patch) | |
tree | 56f35945a1fa67b9a4bdab5bb85e79db2d497dc9 | |
parent | 3405a20ec0ad9c08944e5dba4b4757e671f86dd2 (diff) | |
download | configs-d31ff102310a091b5797d5d99315d4dc27bf90cf.tar.gz configs-d31ff102310a091b5797d5d99315d4dc27bf90cf.tar.xz configs-d31ff102310a091b5797d5d99315d4dc27bf90cf.zip |
[emacs/exec-path-from-shell] don’t check for vars being properly set
https://github.com/purcell/exec-path-from-shell#setting-up-your-shell-startup-files-correctly
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |