forked from colonelpanic/dotfiles
Add debugging to exec-path-from-shell
This commit is contained in:
parent
b72094d69b
commit
2e9dbed567
@ -103,6 +103,11 @@ Sets environment variables by starting a shell.
|
||||
(use-package exec-path-from-shell
|
||||
:config
|
||||
(progn
|
||||
;; For debugging
|
||||
(when nil
|
||||
(message "path: %s, setup: %s" (getenv "PATH")
|
||||
(getenv "ENVIRONMENT_SETUP_DONE"))
|
||||
(setq exec-path-from-shell-debug t))
|
||||
(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")
|
||||
|
Loading…
Reference in New Issue
Block a user