@voxdolo: transpose-sexps
, transpose-words
and transpose-lines
are all real gems that not enough people know about
I personally bind the lines
one to C-t
, because I can't see the point in transpose-chars
guess you’re a better typist than me
I use C-t
like all the time
@bozhidar: If you call auto-correct "better typing" :simple_smile: http://endlessparentheses.com/ispell-and-abbrev-the-perfect-auto-correct.html
shout out to @bozhidar and https://github.com/expez for their super responsive reaction to https://github.com/clojure-emacs/clojure-mode/issues/310 and https://github.com/clojure-emacs/clojure-mode/issues/311. 🚀 :simple_smile:
Open source rocks.
you’re welcome :simple_smile:
is there a smartparens/paredit command to take (f g |h)
-> h
?
for | the cursor
logically yank-sexpr, up-sexpr, delete-sexpr, paste
@arrdem: I believe you are looking for paredit-raise-sexp
from documentation
(dynamic-wind in |body out)
->
|body
jakemcc: nice thanks
That's like the most useful shortcut in paredit!
Recently, a friend was super-happy that he'd used paredit-convolute-sexp
for an actual editing task.