Created #doom-emacs for discussing the https://github.com/hlissner/doom-emacs.
just asking, anyone knows how I can define more than 1 repl profile on .dir-locals.el
?
((clojure-mode
(cider-clojure-cli-global-options . "-A:cljs:dev:test")
(cider-default-cljs-repl . shadow)
(cider-shadow-cljs-global-options . "-A:cljs:dev:test")))
Like, most part of my company/side projects I do something like thisbut I've seen some projects that people does in IntelliJ that requires more than 1 repl (remote-repl, dev repl, sandbox repl) that contains some other mix of aliases
anyone knows here how to make some other "cider-jack-in profiles" like Repl profiling on IntelliJ?
🙂
@patrickcms thread for u
In the event no one else has a cleaner solution, you could make a small function which opens each of the repls you want, then bind it to a key with .dir-locals