From 13dd1847dc18bc611d6bb10785b711f303ad89fb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 8 Apr 2021 15:48:11 -0500 Subject: Add `slime' On Windows, I use CLisp for LISP, so I need to add the path to exec-path there. I also moved `geiser''s definition to keep fennel and lua together. --- early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 53059cd..68038a5 100644 --- a/early-init.el +++ b/early-init.el @@ -97,7 +97,8 @@ (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"))) (when (file-exists-p path) (add-to-list 'exec-path path :append))) -- cgit 1.4.1-21-gabe81