Fork me on GitHub
#emacs
<
2020-02-28
>
gonewest81802:02:01

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/

parens 28
👍 16
orestis07:03:30

I’m using this! Thanks :)

👍 4
vemv14:02:10

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 also

aisamu14:02:43

Convolute!

👀 4
aisamu14:02:52

paredit-convolute-sexp, sp-convolute-sexp, lispy-convolute

vemv14:02:50

Having some luck with M-x paredit-convolute-sexp. Thanks!

simple_smile 12
sogaiu21:02:52

reminded of: https://youtu.be/D6h5dFyyUX0?t=98 (magnars' words just before 2:00 keep coming up 🙂 )