I want to do cider-jack-in
but I want to run with some predefined arguments passed to the clojure
executable.
Each time I do a cider-jack-in
, I want to pick up my :aliases {:dev {:extra-deps ... :extra-paths ... }}
as defined in my deps.edn
Current workaround is to open an xterminal and type,
clj -A:dev
Then from GNUEmacs do cider-connect
Since clj
is just wrapping rlwrap around /usr/bin/clojure, i understand I can run clojure
via CIDER, but what's the best way to get the argument, -A:dev
, passed in, too.
I tried setq'ing various things to the GNUEmacs variable, cider-clojure-cli-aliases
without success.
Versions I am using...
CIDER 1.2.0 (Nice)
GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0)
of 2021-03-27, modified by Debian