This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-29
Channels
- # announcements (10)
- # babashka (18)
- # beginners (136)
- # calva (9)
- # cider (14)
- # clara (12)
- # clj-kondo (32)
- # cljsrn (3)
- # clojure (133)
- # clojure-europe (21)
- # clojure-nl (4)
- # clojure-uk (15)
- # clojurescript (60)
- # conjure (40)
- # cursive (12)
- # datomic (6)
- # emacs (2)
- # fulcro (19)
- # jackdaw (25)
- # jobs-discuss (3)
- # kaocha (3)
- # leiningen (5)
- # off-topic (99)
- # pedestal (1)
- # re-frame (49)
- # reagent (4)
- # ring (5)
- # rum (5)
- # shadow-cljs (53)
- # spacemacs (2)
- # sql (13)
- # timbre (2)
- # tools-deps (23)
- # vim (11)
- # xtdb (7)
There are a lot of ways to easily configure the CIDER experience and these are covered in the http://docs.cider.mx pages. I created a reference page for all the configuration variables as a way to quickly look them up. https://practicalli.github.io/spacemacs/reference/cider/configuration-variables.html CIDER Variables can be applied to all projects by adding them to the clojure layer as layer variables, or in dotspacemacs/user-config section of .spacemacs. For project specific configuration. add these vairables to a .dir-locals.el in the root of a Clojure project. https://practicalli.github.io/spacemacs/clojure-projects/project-configuration.html
You can also use SPC SPC customize
to set these CIDER variables, which will add changesto the end of the .spacemacs file