monroe icon indicating copy to clipboard operation
monroe copied to clipboard

Clojure nREPL client for Emacs

Results 6 monroe issues
Sort by recently updated
recently updated
newest added

I'm guessing adopting the new nREPL ops like "completions" and "lookup" will simplify the codebase a bit. See this article for details https://metaredux.com/posts/2020/06/15/nrepl-0-8-evolving-the-protocol.html

Reopen for https://github.com/sanel/monroe/pull/6

enhancement

I know it's not the most elegant solution, but it's working. Let me know if some changes are needed. Thanks!

See https://github.com/Saikyun/monroe/blob/51ba637676c14dc11b983999e64cdd22a18241d6/monroe.el for sample implementation.

enhancement

It seems like right now monroe only supports connecting to a single nrepl instance at a time. Are you interested in adding support for more than one active `*monroe*` buffer,...

First thank you @sanel for everything that you did with Monroe. Is the best package that I have installed on my emacs. Regarding the completion, I feel like we can...