dimmer
is an Emacs minor mode that indicates which buffer is currently active by βdimmingβ the faces in the other buffers. I pushed some fixes to MELPA today...
https://gonewest818.github.io/2020/02/dimmer.el-20200227.1712/
Iβm using this! Thanks :)
Given:
(foo
(bar
(baz)))
... is there a trick to swap foo
and bar
in one step? Obtaining:
(bar
(foo
(baz)))
Ideally this would work in a paredit-like manner, although a dumb textual transposition might work alsoConvolute!
paredit-convolute-sexp
, sp-convolute-sexp
, lispy-convolute
Having some luck with M-x paredit-convolute-sexp. Thanks!
reminded of: https://youtu.be/D6h5dFyyUX0?t=98 (magnars' words just before 2:00 keep coming up π )