[emacs] Ensure exec-path-from-shell on macos

This commit is contained in:
John Doty 2024-04-06 08:19:14 -07:00
parent d977e49f6a
commit 2af4ee6f78

View file

@ -283,6 +283,7 @@
;; Fix path loading on MacOS X
(when (memq window-system '(mac ns))
(use-package exec-path-from-shell :ensure t)
(exec-path-from-shell-initialize))
;;; Stefan Monnier <foo at acm.org>. It is the opposite of fill-paragraph