clojure-emacs / clojure-ts-mode

The next generation Clojure major mode for Emacs, powered by TreeSitter
GNU General Public License v3.0
129 stars 11 forks source link

Fix flycheck errors #36

Closed p4v4n closed 7 months ago

p4v4n commented 7 months ago

Fix all the errors from flycheck.

This contains a breaking change with the derived mode vars being renamed.

bbatsov commented 7 months ago

Please, reflect this renaming in the changelog.

kommen commented 7 months ago

Note to self: after this is merged I have to update this PR: https://github.com/Fuco1/smartparens/pull/1185