Skip to content

Commit

Permalink
perf: optimize exec-path-from-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Dec 28, 2023
1 parent c1a6b7b commit 5e31e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-base.el
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
;; Environment
(when (or sys/mac-x-p sys/linux-x-p (daemonp))
(use-package exec-path-from-shell
:custom (exec-path-from-shell-arguments '("-l"))
:init (exec-path-from-shell-initialize)))

;; Start server
Expand Down

0 comments on commit 5e31e65

Please sign in to comment.