How can I take a form and in order to make it an argument of another function surround it with parentheses with one command?
For the example below, assume the cursor starts at the beginning and I do not move it throughout.
(max 1 2 3) -> ((max 1 2 3)) -> (= 3 (max 1 2 3))
So my commands would be: 'magic-key-combination' -> '=' -> ' ' -> '3'