projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3405a20
)
[emacs/exec-path-from-shell] don’t check for vars being properly set
author
Amin Bandali
<bandali@gnu.org>
Wed, 26 Dec 2018 23:33:25 +0000
(18:33 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 26 Dec 2018 23:33:25 +0000
(18:33 -0500)
https://github.com/purcell/exec-path-from-shell#setting-up-your-shell-startup-files-correctly
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
1a5b12b
..
c256b7f
100644
(file)
--- 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