diff --git a/init-package/init-exec-path-from-shell.el b/init-package/init-exec-path-from-shell.el new file mode 100644 index 000000000..2e0aa76a8 --- /dev/null +++ b/init-package/init-exec-path-from-shell.el @@ -0,0 +1,3 @@ +(use-package exec-path-from-shell + :init (when (memq window-system '(mac ns)) + (exec-path-from-shell-initialize))) diff --git a/packages.el b/packages.el index 566e4ed25..62f70b635 100644 --- a/packages.el +++ b/packages.el @@ -39,6 +39,7 @@ evil-leader evil-matchit evil-visualstar + exec-path-from-shell expand-region fill-column-indicator flx-ido