This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-28
Channels
- # announcements (30)
- # architecture (9)
- # aws (2)
- # babashka (23)
- # beginners (55)
- # cider (22)
- # clj-kondo (40)
- # clojure (47)
- # clojure-europe (4)
- # clojure-france (2)
- # clojure-italy (17)
- # clojure-nl (16)
- # clojure-norway (1)
- # clojure-sanfrancisco (1)
- # clojure-seattle (1)
- # clojure-spec (12)
- # clojure-uk (34)
- # clojured (3)
- # clojurescript (15)
- # core-async (11)
- # cursive (19)
- # data-science (3)
- # emacs (7)
- # events (4)
- # figwheel-main (10)
- # fulcro (33)
- # graalvm (49)
- # graphql (11)
- # instaparse (1)
- # java (7)
- # kaocha (1)
- # leiningen (7)
- # malli (3)
- # meander (69)
- # pathom (9)
- # re-frame (4)
- # rum (2)
- # shadow-cljs (34)
- # spacemacs (9)
- # sql (29)
- # tree-sitter (1)
- # yada (3)
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/

👍 16
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 alsoreminded of: https://youtu.be/D6h5dFyyUX0?t=98 (magnars' words just before 2:00 keep coming up 🙂 )