summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 8515fa9..7f19bfe 100644 --- a/early-init.el +++ b/early-init.el
@@ -96,7 +96,9 @@
96 (expand-file-name "~/.local/bin") 96 (expand-file-name "~/.local/bin")
97 (expand-file-name "~/usr/bin") 97 (expand-file-name "~/usr/bin")
98 (expand-file-name "~/cmd") 98 (expand-file-name "~/cmd")
99 (expand-file-name "~/mingw64/bin"))) 99 (expand-file-name "~/mingw64/bin")
100 (expand-file-name "~/clisp-2.49/"))
101 exec-path)
100 (when (file-exists-p path) 102 (when (file-exists-p path)
101 (add-to-list 'exec-path path :append))) 103 (add-to-list 'exec-path path :append)))
102 104