emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
grav 2020-09-30T20:15:32.030500Z

Hey! Been away from emacs for a while, but now I've installed prelude and wanted to try out clojure-lsp. I have a small toy-project, but I'm stuck at https://github.com/snoe/clojure-lsp#emacs. Do I need to write some elisp, or is prelude already configured to use clojure-lsp? How do I start it?

grav 2020-10-04T10:26:12.050300Z

Thanks @sogaiu, will try that one next time. I managed to make it work, by using

(add-hook 'clojure-mode-hook #'lsp)

👍 1
grav 2020-09-30T20:17:19.030700Z

clojure-lsp is in my path, but just opening a file with a namespace and trying eg lsp-rename yields "The connected server(s) does not support method textDocument/rename.

2020-09-30T22:53:03.031Z

iiuc, there is an active #lsp -- may be that's a good place to ask?