This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-07
Channels
- # announcements (2)
- # beginners (25)
- # calva (16)
- # cljdoc (37)
- # cljsrn (24)
- # clojure (204)
- # clojure-nl (4)
- # clojure-spec (34)
- # clojure-uk (3)
- # clojurescript (13)
- # cursive (8)
- # data-science (3)
- # dirac (21)
- # figwheel-main (1)
- # luminus (3)
- # off-topic (45)
- # pedestal (3)
- # planck (2)
- # re-frame (5)
- # shadow-cljs (270)
- # spacemacs (5)
As we've been talking about Lisp state, I have started using it more. I've now added SPC k t
to transpose two expressions. Put the cursor at the start of the second expression and it will swap places (transpose) with the previous expression. Found this good for re-ordering unit test assertions and where I got the order of functional composition mixed up π
When I decided to learn Clojure, my natural inclination was to go with Cursive because I was very familiar with IntelliJ. But then I figured why not explore emacs and see what all the fuss has been for all these years. I started with plain emacs but got frustrated with fiddling too much with my config. I was much happier when I found spacemacs - and my hands were much happier with evil mode.