Ver código fonte

Make exec path fixed on linux too

Lily Carpenter 5 meses atrás
pai
commit
0841c679e9
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      packages/exec-path-from-shell.el

+ 1 - 2
packages/exec-path-from-shell.el

@@ -1,5 +1,4 @@
1 1
 ;; Environment variables
2 2
 (use-package exec-path-from-shell
3 3
   :config
4
-  (when (memq window-system '(mac ns))
5
-    (exec-path-from-shell-initialize)))
4
+  (exec-path-from-shell-initialize))