You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type #::{:foo "bar"}, #::my-ns{:foo "bar"}, or #:fully.qualified.namespace{:foo "bar"}, paredit should not automatically add a space between the reader tag and the opening curly.
Actual behavior
A space is added, leading to #:: {:foo "bar"}, #::my-ns {:foo "bar"}, or #:fully.qualified.namespace {:foo "bar"} in the above examples.
Steps to reproduce the problem
Using clojure-mode and paredit, type any of the above sequences.
This is extremely important! Providing us with a reliable way to reproduce
a problem will expedite its solution.