This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-16
Channels
- # atlanta-clojurians (8)
- # beginners (103)
- # boot (22)
- # boot-dev (1)
- # cider (36)
- # cljs-dev (55)
- # cljsrn (3)
- # clojars (25)
- # clojure (104)
- # clojure-brasil (1)
- # clojure-dusseldorf (2)
- # clojure-italy (8)
- # clojure-norway (9)
- # clojure-russia (15)
- # clojure-spec (6)
- # clojure-uk (26)
- # clojurescript (246)
- # cursive (26)
- # data-science (1)
- # datomic (22)
- # dirac (11)
- # editors (1)
- # emacs (8)
- # fulcro (50)
- # graphql (11)
- # hoplon (1)
- # jobs-discuss (27)
- # leiningen (44)
- # luminus (33)
- # lumo (2)
- # mount (1)
- # off-topic (8)
- # onyx (5)
- # parinfer (4)
- # reagent (94)
- # ring-swagger (14)
- # shadow-cljs (37)
- # spacemacs (10)
- # specter (3)
- # tools-deps (4)
- # unrepl (14)
- # yada (5)
I've started a book on Spacemacs and Clojure development, still lots of stuff to add though. http://practicalli.github.io/spacemacs
it's already pretty great!
I've got a small layer for you @jr0cket to lint clojure code as you type: https://github.com/n2o/clojure-lint-spacemacs-layer
@jr0cket there was a mention of this in the cider channel recently, setting (setq cider-repl-pop-to-buffer-on-connect 'display-only)
inside dotspacemacs/user-config
worked for me.
http://cider.readthedocs.io/en/stable/using_the_repl/#behavior-on-connect
Thanks. I added this as a hook for cider in the dotspacemacs/user-config. I don't use this myself, but quiet a few people I know wanted to know.
TIL about org-agenda-transient-mode
, available via M-SPC
in an agenda buffer. Pretty nifty!