This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-10
Channels
- # aws (45)
- # bangalore-clj (16)
- # beginners (109)
- # boot (137)
- # cider (7)
- # cljs-dev (54)
- # cljsrn (22)
- # clojure (77)
- # clojure-conj (1)
- # clojure-greece (2)
- # clojure-nl (5)
- # clojure-russia (36)
- # clojure-spec (15)
- # clojure-uk (54)
- # clojurescript (118)
- # cursive (7)
- # datomic (25)
- # emacs (33)
- # hoplon (276)
- # klipse (38)
- # lein-figwheel (1)
- # leiningen (9)
- # melbourne (1)
- # off-topic (18)
- # om (98)
- # onyx (6)
- # pedestal (1)
- # perun (24)
- # re-frame (46)
- # reagent (6)
- # ring-swagger (3)
- # spacemacs (67)
- # specter (15)
- # untangled (33)
- # vim (6)
do define-clojure-indent
indent specs have a maximum depth?
My desired style convention is for all lists to (by default) indent as a macro with 0 special forms. So I put in:
(define-clojure-indent
(defn '(1 nil (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0 (0))))))))))))))))))))))
but it only worked for about three levels deep.
(defn f
[]
(a
(b
(c
(d
(e
(f)))))))
is there a way to customize the cider modeline?
didn’t see anything in the manual
as an example i’d like to maybe set it
from cider[clj:namespace@:port]
to [clj:namespace]
has someone already worked on a way to switch clojure(script) buffer from clojure-mode
to inf-clojure-mode
by any chance?