This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-28
Channels
- # babashka (48)
- # babashka-sci-dev (7)
- # beginners (123)
- # calva (32)
- # cider (5)
- # clara (20)
- # clj-kondo (3)
- # cljdoc (2)
- # cljs-dev (1)
- # clojure (113)
- # clojure-dev (5)
- # clojure-europe (65)
- # clojure-norway (23)
- # clojure-spec (4)
- # clojure-uk (4)
- # clojurescript (33)
- # cursive (3)
- # datalevin (39)
- # datomic (2)
- # emacs (14)
- # events (1)
- # fulcro (10)
- # graphql (5)
- # humbleui (2)
- # integrant (4)
- # introduce-yourself (3)
- # jobs (1)
- # jobs-discuss (11)
- # kaocha (26)
- # leiningen (6)
- # malli (24)
- # nbb (2)
- # off-topic (69)
- # pathom (77)
- # podcasts-discuss (2)
- # reitit (8)
- # remote-jobs (2)
- # sci (17)
- # scittle (8)
- # squint (1)
- # xtdb (43)
Hey, is there any way of selecting profile on cider-jack-in? On deps.edn project
https://docs.cider.mx/cider/basics/up_and_running.html#clojure-cli-options details cider-clojure-cli-aliases`` which should be what you want
you mean together with .dir-locals.el ? or there is any fancy way of asking for selection
no fancy way of asking for selection. For one-off’s you can use a prefix arg when jacking-in to manually edit the jack in string in the minibuffer. Otherwise you’ll need to set that cider-clojure-cli-aliases
in dir-locals.
When running multiple REPLs and using sesman-link-with-buffer
to attach Clojure buffers to them, the sesman sessions seem to survive after the REPL buffers are killed. I only have a single REPL open now, but sesman-link-with-buffer
gives me four options, and none of my buffers is connected to the sole actual running REPL. Is there a way to clean up these stray sessions without restarting emacs?