From: xa-m Date: Thu, 1 Jan 2026 13:50:49 +0000 (+0300) Subject: exec-path-from-shell will be loaded to all operating systems. X-Git-Url: https://git.xa-m.com/?a=commitdiff_plain;h=8be2cf4d451b1aa2c00db7209b20ce55282ebb11;p=dotfiles.git exec-path-from-shell will be loaded to all operating systems. --- diff --git a/emacs/external_packages.el b/emacs/external_packages.el index e0417de..31407d2 100644 --- a/emacs/external_packages.el +++ b/emacs/external_packages.el @@ -14,7 +14,6 @@ ;; MAC ENV VARIABLE FIX (use-package exec-path-from-shell :ensure t - :if (memq window-system '(mac ns x)) :config (exec-path-from-shell-initialize) (setq native-comp-jit-compilation t))