Terramorpha

Results 2 issues of Terramorpha

I have this snippet of code: ```emacs-lisp (defun org-babel-execute:hoon (body params) "Execute hoon code." (with-temp-buffer (let* ((stderr (get-buffer-create "hoon-eval-stderr")) (proc (make-process :name "hoon-eval" :buffer (current-buffer) :command '("urbit" "eval") :connection-type 'pipe...

I have a tool that lists the files in the current project, and I would like to know when the tool is called, but I don't want to fill the...

enhancement
waiting