Emacs: sly + implementations
This commit is contained in:
parent
d3e63dba93
commit
54b841ec81
@ -247,6 +247,7 @@ Finish up
|
||||
ob-rust
|
||||
haskell-mode
|
||||
clojure-mode
|
||||
sly
|
||||
cider
|
||||
fsharp-mode
|
||||
go-mode
|
||||
@ -2503,6 +2504,11 @@ And we do the rest here, including a macro
|
||||
(lsp)))
|
||||
(add-hook 'csharp-mode-hook #'joe/csharp-mode-hook)
|
||||
#+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
|
||||
#+begin_src emacs-lisp
|
||||
(with-eval-after-load 'lsp-mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user