clojure-mode
clojure-mode copied to clipboard
Splicing on a string splices the form around it
Assume (foo "|bar") (where | denotes the cursor).
- in my REPL, pressing Meta-S:
(foo bar) - in clojure-mode,
foo "bar"