Updated https://practical.li/clojure/data-inspector/portal/ to include
• Emacs wrapper code and key bindings code for Spacemacs and Doom Emacs
• Portal on REPL startup - custom user namespace (also adding this to the practicalli/clojure-app-template repo)
• Send all evaluations to Portal via nREPL middleware (an excellent way to manage repl history and understand errors, as well as explore data)
• create custom mulog publisher to send all mulog events to portal
I am really enjoying the portal experience (and the vim key bindings) and now run portal automatically via a custom user namespace (an example in https://github.com/practicalli/clojure-app-template that I will turn into a deps-new template)
very cool, thanks!