emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
gonewest818 2020-02-28T02:28:01.062200Z

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/

πŸ‘ 4
7
orestis 2020-03-01T07:43:30.068900Z

I’m using this! Thanks :)

πŸ‘ 1
vemv 2020-02-28T14:05:10.065100Z

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

aisamu 2020-02-28T14:07:43.065500Z

Convolute!

πŸ‘€ 1
aisamu 2020-02-28T14:09:52.066500Z

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

vemv 2020-02-28T14:10:50.066800Z

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

3
2020-02-28T21:57:52.067900Z

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