summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-08 15:48:11 -0500
committerCase Duckworth2021-04-08 15:48:11 -0500
commit13dd1847dc18bc611d6bb10785b711f303ad89fb (patch)
tree08b212b00c776b02e5911de4dc1842141ce03c9d /early-init.el
parentAdd `acdw/find-emacs-dotfiles' (diff)
downloademacs-13dd1847dc18bc611d6bb10785b711f303ad89fb.tar.gz
emacs-13dd1847dc18bc611d6bb10785b711f303ad89fb.zip
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.
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el3
1 files changed, 2 insertions, 1 deletions
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 @@
97 (expand-file-name "~/.local/bin") 97 (expand-file-name "~/.local/bin")
98 (expand-file-name "~/usr/bin") 98 (expand-file-name "~/usr/bin")
99 (expand-file-name "~/cmd") 99 (expand-file-name "~/cmd")
100 (expand-file-name "~/mingw64/bin"))) 100 (expand-file-name "~/mingw64/bin")
101 (expand-file-name "~/clisp-2.49")))
101 (when (file-exists-p path) 102 (when (file-exists-p path)
102 (add-to-list 'exec-path path :append))) 103 (add-to-list 'exec-path path :append)))
103 104