]> git.xa-m.com Git - dotfiles.git/commitdiff
exec-path-from-shell will be loaded to all operating systems.
authorxa-m <muhammetwas@gmail.com>
Thu, 1 Jan 2026 13:50:49 +0000 (16:50 +0300)
committerxa-m <muhammetwas@gmail.com>
Thu, 1 Jan 2026 13:50:49 +0000 (16:50 +0300)
emacs/external_packages.el

index e0417de96d7be7d1ecf533b3663bfe02bb8a7c87..31407d241807f375dbc02e7d3681e0f6a5c4032f 100644 (file)
@@ -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))