Add config for exec-path-from-shell for macOS
This commit is contained in:
parent
15b14408fe
commit
92b8fa2a76
@ -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\\'"
|
||||
|
Loading…
Reference in New Issue
Block a user