This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-01
Channels
- # aleph (2)
- # aws (23)
- # bangalore-clj (1)
- # beginners (99)
- # bristol-clojurians (1)
- # cider (3)
- # circleci (1)
- # clj-kondo (8)
- # cljdoc (4)
- # clojars (1)
- # clojure (47)
- # clojure-india (1)
- # clojure-nl (2)
- # clojure-serbia (3)
- # clojure-spec (2)
- # clojure-uk (17)
- # clojuredesign-podcast (1)
- # clojurescript (20)
- # datascript (1)
- # datomic (1)
- # emacs (1)
- # fulcro (4)
- # pathom (18)
- # ring-swagger (2)
- # shadow-cljs (31)
- # spacemacs (3)
- # tools-deps (10)
- # vscode (1)
Keybinding updates for the Clojure layer are now part of develop branch. https://github.com/syl20bnr/spacemacs/pull/13215
There is a new menu, SPC m m
or , m
for managing REPL sessions with sesman. This includes info about the current repl, a repl browser and lots of linking and sibling repl goodness for those who work on multiple related projects concurrently.
The format menu is now SPC m =
or ,=
, which is the convention across all languages. I also added a few keybindings that were missing, including formatting for edn files.
A few other keybindings have changed to follow convention, but hopefully these won't affect your workflow too much.
I have also greatly improved the layer documentation, so it should be a lot more helpful in understanding the layer and how to use it.

Thank you!!!! I think the sesman integration is going to make life a little less frustrating
Thank you!