From 570800001bf96248ff3ea75ba1a5c418162db403 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 11:04:22 -0700 Subject: mac: ensure exec-path-from-shell is installed --- emacs/custom/my-settings.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/custom/my-settings.el b/emacs/custom/my-settings.el index 534e564..8e23039 100644 --- a/emacs/custom/my-settings.el +++ b/emacs/custom/my-settings.el @@ -56,6 +56,7 @@ (server-start)) (use-package exec-path-from-shell + :ensure t :if (memq window-system '(mac ns)) :hook (emacs-startup . (lambda () (setq exec-path-from-shell-arguments '("-l")) ; removed the -i for faster startup -- cgit 1.4.1