Add config for exec-path-from-shell for macOS

This commit is contained in:
Adam Goldsmith 2019-05-30 00:40:05 -04:00
parent 15b14408fe
commit 92b8fa2a76
1 changed files with 5 additions and 0 deletions

View File

@ -547,6 +547,11 @@
:config
(editorconfig-mode 1))
(use-package exec-path-from-shell :ensure
:if (memq window-system '(mac ns))
:config
(exec-path-from-shell-initialize))
;;;; optional external packages
(use-package arduino-mode
:mode "\\.pde\\'"