From 41009efecc51fab54fc0f2ca379a12769c3008e8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 9 Apr 2021 12:50:11 -0500 Subject: Load clisp for slime --- early-init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'early-init.el') 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 @@ (expand-file-name "~/.local/bin") (expand-file-name "~/usr/bin") (expand-file-name "~/cmd") - (expand-file-name "~/mingw64/bin"))) + (expand-file-name "~/mingw64/bin") + (expand-file-name "~/clisp-2.49/")) + exec-path) (when (file-exists-p path) (add-to-list 'exec-path path :append))) -- cgit 1.4.1-21-gabe81