summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-09 12:58:45 -0500
committerCase Duckworth2021-04-09 12:58:45 -0500
commit65f7907ea527ee0f747096da85e782dc90654dc3 (patch)
tree7470237efb3f7586df85e0bd765bed533ab17562 /early-init.el
parentLoad clisp for slime (diff)
parentAdd `slime' (diff)
downloademacs-65f7907ea527ee0f747096da85e782dc90654dc3.tar.gz
emacs-65f7907ea527ee0f747096da85e782dc90654dc3.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 7f19bfe..d5973bc 100644 --- a/early-init.el +++ b/early-init.el
@@ -97,7 +97,7 @@
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/")) 100 (expand-file-name "~/clisp-2.49"))
101 exec-path) 101 exec-path)
102 (when (file-exists-p path) 102 (when (file-exists-p path)
103 (add-to-list 'exec-path path :append))) 103 (add-to-list 'exec-path path :append)))