Fork me on GitHub
#cider
<
2018-07-03
>
hagmonk02:07:20

When starting a REPL with clojure-cli in Cider, how does one configure the aliases used?

richiardiandrea03:07:35

@hagmonk there is a defcustom called cider-clojure-cli-global-options

hagmonk03:07:40

@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

richiardiandrea03:07:40

.dir-locals.el is exactly for that purpose

richiardiandrea03:07:07

Emacs has all the answers 😄

richiardiandrea03:07:37

You can also write some short elisp program to set the bar depending on your conditions

hagmonk03:07:58

It has a hack for every season, I agree ;)

benedek11:07:03

there is a promising pr re. java9 support and then release but literally have no time to pick it up and finish it properly :/

bozhidar13:07:15

@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.

benedek13:07:29

yup maybe. ap is one of the most used tho i have the impression

bozhidar13:07:15

Well, it’s not working anyways, so I guess disabled on Java 9+ would be better than just getting errors.

hagmonk23:07:10

wrong type argument: commandp, cider-find-var when I try to cider-find-var ... ring a bell for anyone?