This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-03
Channels
- # aleph (3)
- # beginners (139)
- # boot (3)
- # cider (12)
- # cljs-dev (18)
- # clojure (100)
- # clojure-dev (21)
- # clojure-dusseldorf (5)
- # clojure-germany (1)
- # clojure-italy (35)
- # clojure-nl (26)
- # clojure-spec (4)
- # clojure-uk (60)
- # clojurescript (11)
- # clojutre (4)
- # cursive (21)
- # data-science (21)
- # datomic (47)
- # editors (3)
- # emacs (2)
- # events (4)
- # figwheel (2)
- # fulcro (28)
- # jobs (27)
- # jobs-discuss (21)
- # lein-figwheel (3)
- # midje (2)
- # off-topic (20)
- # om-next (4)
- # onyx (10)
- # overtone (1)
- # pedestal (2)
- # portkey (14)
- # re-frame (71)
- # reagent (44)
- # reitit (11)
- # remote-jobs (1)
- # ring-swagger (4)
- # shadow-cljs (64)
- # spacemacs (11)
- # testing (2)
- # tools-deps (8)
- # vim (8)
When starting a REPL with clojure-cli in Cider, how does one configure the aliases used?
@hagmonk there is a defcustom
called cider-clojure-cli-global-options
@richiardiandrea that's good to know - but I probably want to pick these aliases on an ad-hoc basis depending on the project. the defcustom
gets me unblocked, at least
.dir-locals.el
is exactly for that purpose
Emacs has all the answers 😄
You can also write some short elisp program to set the bar depending on your conditions
there is a promising pr re. java9 support and then release but literally have no time to pick it up and finish it properly :/
@benedek Maybe it’d be easier to just disable the problematic feature(s) and release something anyways. I think more and more people are feeling the pain of the lack of a release for a very long time now.