I am using emacs for clojure development with the swank-clojure package.
I would like to copy the form under my pointer, how do I do that?
ex if my mouse pointer is currently in the inner form, it automatically gets highlighted, however how do I select it so that I can copy it. In the following form the bold bracket shows where my pointer is – (def a (str “a” “b”))
Go to the beginning of the sexp:
C-M-b, and pressC-M-<space>