clojure-emacs / clojure-emacs/clojure-ts-mode
When I visit a new file with clojure-ts-mode it doesn't insert the ns form
Open
- Dominant language
- Emacs Lisp
- Stars
- 188
- Forks
- 21
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.