From 771f90b4e64f4d96ea8b279678a132981c8b336d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 6 Sep 2016 11:14:19 -0700 Subject: [PATCH] Don't use -i flag in exec-path-from-shell --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 67908952..a7360345 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -103,6 +103,7 @@ Sets environment variables by starting a shell. (use-package exec-path-from-shell :config (progn + (setq exec-path-from-shell-arguments (list "-l")) (setq exec-path-from-shell-check-startup-files nil) (add-to-list 'exec-path-from-shell-variables "GOPATH") (add-to-list 'exec-path-from-shell-variables "ENVIRONMENT_SETUP_DONE")