README.md
June 25, 2023 ยท View on GitHub
Emacs Hoon support
Manual Method
- Clone the
hoon-ts-moderepo using:
git clone https://github.com/urbit-pilled/hoon-ts-mode.git
- add the following to your
init.elconfig file:
(add-to-list 'load-path "PATH-TO-HOON-REPO")
(require 'hoon-ts-mode)
- Run
cd hoon-ts-mode && git pullto download updates.