Explorar el Código

Make exec path fixed on linux too

Lily Carpenter hace 5 meses
padre
commit
0841c679e9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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))