[emacs] Ensure exec-path-from-shell on macos
This commit is contained in:
parent
d977e49f6a
commit
2af4ee6f78
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@
|
||||||
|
|
||||||
;; Fix path loading on MacOS X
|
;; Fix path loading on MacOS X
|
||||||
(when (memq window-system '(mac ns))
|
(when (memq window-system '(mac ns))
|
||||||
|
(use-package exec-path-from-shell :ensure t)
|
||||||
(exec-path-from-shell-initialize))
|
(exec-path-from-shell-initialize))
|
||||||
|
|
||||||
;;; Stefan Monnier <foo at acm.org>. It is the opposite of fill-paragraph
|
;;; Stefan Monnier <foo at acm.org>. It is the opposite of fill-paragraph
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue