From 2af4ee6f789bae08ee8055d91d1a2027caacd9e2 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 6 Apr 2024 08:19:14 -0700 Subject: [PATCH] [emacs] Ensure exec-path-from-shell on macos --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 96859c3..b09ae52 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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 . It is the opposite of fill-paragraph