summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index e09d68a..3e68008 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -8,6 +8,11 @@
   (setq use-package-expand-minimally t))
 (setq use-package-always-demand (daemonp))
 
+(use-package exec-path-from-shell
+  :if (eq system-type 'darwin)
+  :config (progn
+            (exec-path-from-shell-initialize)))
+
 ;;; Customize
 
 (setq custom-file "~/.emacs.d/custom.el")