Open mikepjb opened 1 year ago
(also please excuse the elisp, I'm a long time vim user π)
Nobody's perfect. π
I guess it'd be useful to add an option to start a socket REPL straight from Emacs, so feel free to convert this to a PR and we can discuss the code there in more details.
Hi guys,
Just started using inf-clojure and it's great as a simple tool.
I wrote a helper function for my personal use that I think may be useful to include in inf-clojure - let me know what you think, I'd like to improve & contribute this myself if you think it's worth including.
The code itself is loosely based on how cider does it's jack-in/spawning processes, I used the code there as a reference.
(also please excuse the elisp, I'm a long time vim user π)