Closed kommen closed 4 months ago
Marking as draft until this is resolved: https://github.com/clojure-emacs/clojure-ts-mode/pull/36
Hmm, do we even need to iterate the derived modes if there's no special smartparens configuration for them? Seems excessive to me. Perhaps the legacy config is from the days before all modes were folded in clojure-mode
?
@bbatsov thanks for the feedback. I can give it a try in the next days without all the derived modes.
I removed all the derived modes. As far as I can tell, everything works fine in buffers using the derived modes.
@Fuco1 I have reverted the commit which removed the modes from the lists. Would you prefer me to force push it out?
I rebased these commits to master and merged them separately. Sorry it took me so long. I will close this pull request but don't worry as the changes made it in.
Thanks!
@Fuco1 Thank you so much for your work and again for your feedback!
clojure-ts-mode
is developed as a distinct alternative toclojure-mode
, as discussed here: https://github.com/clojure-emacs/clojure-mode/issues/640#issuecomment-1359708131