I am unsure whether this is blocked by #117. I see clojure-mode uses ``` (setq-local clojure-expected-ns-function #'clojure-expected-ns) ``` after which `(clojure-insert-ns-form)` works. But not for clojure-ts-mode.
I am unsure whether this is blocked by #117.
I see clojure-mode uses
after which
(clojure-insert-ns-form)works. But not for clojure-ts-mode.