clojure-mode icon indicating copy to clipboard operation
clojure-mode copied to clipboard

Splicing on a string splices the form around it

Open Heliosmaster opened this issue 4 years ago • 0 comments

Assume (foo "|bar") (where | denotes the cursor).

  • in my REPL, pressing Meta-S: (foo bar)
  • in clojure-mode, foo "bar"

Heliosmaster avatar Dec 28 '20 09:12 Heliosmaster