Explorar o código

Make exec path fixed on linux too

Lily Carpenter hai 5 meses
pai
achega
0841c679e9
Modificáronse 1 ficheiros con 1 adicións e 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))