Emacs: sly + implementations

This commit is contained in:
Joseph Ferano 2024-11-13 11:31:04 +07:00
parent d3e63dba93
commit 54b841ec81

View File

@ -247,6 +247,7 @@ Finish up
ob-rust ob-rust
haskell-mode haskell-mode
clojure-mode clojure-mode
sly
cider cider
fsharp-mode fsharp-mode
go-mode go-mode
@ -2503,6 +2504,11 @@ And we do the rest here, including a macro
(lsp))) (lsp)))
(add-hook 'csharp-mode-hook #'joe/csharp-mode-hook) (add-hook 'csharp-mode-hook #'joe/csharp-mode-hook)
#+end_src #+end_src
*** Common Lisp
#+begin_src emacs-lisp
(setq sly-lisp-implementations '((sbcl ("/usr/local/bin/sbcl" "--dynamic-space-size" "4096"))
(ecl ("/usr/bin/ecl"))))
#+end_src
*** Odin *** Odin
#+begin_src emacs-lisp #+begin_src emacs-lisp
(with-eval-after-load 'lsp-mode (with-eval-after-load 'lsp-mode