From 5fd238759df71c1bf030c7f1cf932c549e16b703 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Tue, 9 Sep 2025 13:26:05 +0300 Subject: [PATCH] use exec path from shell --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index e89b6f8..a19614f 100644 --- a/init.el +++ b/init.el @@ -40,6 +40,11 @@ (load-theme 'doom-dark+ t) +(use-package exec-path-from-shell + :config + :init (setq exec-path-from-shell-variables '("PATH" "MANPATH" "SSH_AUTH_SOCK" )) + (exec-path-from-shell-initialize)) + (use-package ultra-scroll :init (setq scroll-conservatively 3