summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-mac.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index 5c6756d..8231f79 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -31,7 +31,8 @@
;; use paths from shell
(use-package exec-path-from-shell
:ensure t
- :init (setq exec-path-from-shell-variables '("PATH" "MANPATH" "GOPATH"))
+ :init (setq exec-path-from-shell-variables '("PATH" "MANPATH" "GOPATH"
+ "JAVA_HOME" "CLASSPATH"))
:config (exec-path-from-shell-initialize))
;; add binding for toggling fullscreen