Fork me on GitHub
#emacs
<
2020-11-06
>
theophilusx05:11:11

I'm trying out clojure-lsp and have a config quesiton. I'm using Spacemacs (develop branch) and have got clojure-lsp working. I'm working on a library project and am seeing warnings for all defn forms about the from being unused. Obviously, this is a common situation when developing a library. I'm assuming there is an option I can put in configure.edn which will turn off this warning (unused declaration). I've gone through the docs and found other options for unused namespaces, unused-reference-var etc, but nothing for this warning. Anyone know what setting I need?

sogaiu06:11:53

if you don't get an answer here, you might have more luck in #lsp

theophilusx07:11:31

@sogaiu Thanks, will try there as well

🙂 3