clojure-emacs / clojure-ts-mode

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

Fix flycheck errors #36

Closed p4v4n closed 9 months ago

p4v4n commented 9 months ago

Fix all the errors from flycheck.

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

bbatsov commented 9 months ago

Please, reflect this renaming in the changelog.

kommen commented 9 months ago

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