When I type this in the editor: ```clojure (ℕ-blabla 42) ``` `clojure-mode` automatically inserts a space, yielding: ```clojure (ℕ -blabla 42) ``` (this does not occur if I replace `ℕ` by e.g. `N`)
When I type this in the editor:
clojure-modeautomatically inserts a space, yielding:(this does not occur if I replace
ℕby e.g.N)