launchpad
launchpad copied to clipboard
Clojure/nREPL launcher
I use launchpad on a remote machine, including an ssh tunnel. It would be simpler, if I could decide which port nrepl is using
Given the name maybe-connect-emacs, warning when emacsclient can't be found seems like the correct behavior. Fixes #5.
Provide support for the convention of having a `(user/go)` which starts the system.
We shell out to emacsclient for a few different things, for finding the version of cider and clj-refactor, as well as for sending a connect sequence to CIDER. For the...
The `(config/cli-args)` provider checks for the `--help` flag, and if it finds it prints the help message and exits. If the `cli-args` provider is used twice, once for settings and...
var was deprecated in 95c22dc217da44c48457813f3ce831f6e27dfdc8
Make sure we populate the internal :java-args from the above-mentioned key, therefore allowing `deps.local.edn` to contain things that differ from `deps.edn`. Note that there is naming discrepancy as this patch...