Speed up exec-path-from-shell

This commit is contained in:
David Morgan 2021-08-19 16:32:44 +01:00
parent 8d69b5f8b1
commit 95ee288c75
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
;;; Code:
(use-package exec-path-from-shell
:custom
(exec-path-from-shell-arguments '("-l"))
:config
(when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize)))