This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-10
Channels
- # 100-days-of-code (2)
- # announcements (2)
- # aws (11)
- # beginners (114)
- # boot (6)
- # calva (11)
- # cider (11)
- # cljdoc (2)
- # cljs-dev (7)
- # clojure (126)
- # clojure-berlin (1)
- # clojure-conj (4)
- # clojure-dev (1)
- # clojure-germany (12)
- # clojure-italy (22)
- # clojure-spec (96)
- # clojure-uk (111)
- # clojurescript (27)
- # core-async (8)
- # cursive (17)
- # datomic (26)
- # devops (5)
- # editors (15)
- # emacs (13)
- # events (1)
- # figwheel-main (27)
- # fulcro (64)
- # hyperfiddle (29)
- # jobs (8)
- # jobs-discuss (7)
- # liberator (4)
- # off-topic (46)
- # om (9)
- # onyx (1)
- # overtone (1)
- # perun (8)
- # re-frame (28)
- # reagent (35)
- # reitit (5)
- # shadow-cljs (96)
- # spacemacs (1)
- # testing (10)
- # timbre (8)
- # tools-deps (63)
- # unrepl (1)
- # yada (10)
The latest develop
branch now has sayid debugger and clj-refactor as optional features, which are not included by default. This should make running the Clojure REPL a little lighter on resources.
If you want to have these features on by default, its a simple change to the Clojure layer in the .spacemacs
file. Rather than just clojure
, add variables for each of the features you wish to enable (`t` for true)
(clojure :variables
clojure-enable-sayid t
clojure-enable-clj-refactor t)
My enhanced Clojure setup is defined here: https://practicalli.github.io/spacemacs/install-spacemacs/enhance-clojure-experience.html💥 8
😮 4