emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
zane 2020-12-03T01:10:23.216200Z

Created #doom-emacs for discussing the https://github.com/hlissner/doom-emacs.

2020-12-03T11:32:17.217400Z

just asking, anyone knows how I can define more than 1 repl profile on .dir-locals.el ?

2020-12-03T11:32:54.218100Z

((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 this

2020-12-03T11:33:50.219300Z

but 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

2020-12-03T11:34:32.220Z

anyone knows here how to make some other "cider-jack-in profiles" like Repl profiling on IntelliJ?

2020-12-03T11:34:34.220300Z

🙂

2020-12-03T11:37:37.220400Z

@patrickcms thread for u

futuro 2020-12-03T22:42:38.221900Z

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