(defn send-repl-results-to-emacs [val] (send-to-emacs `(:write-string ~(str (pr-str val) "\n") :repl-result)))
Comments top
No comments for send-repl-results-to-emacs. Log in to add a comment.