README.md

June 25, 2023 ยท View on GitHub

Emacs Hoon support

Manual Method

  1. Clone the hoon-ts-mode repo using:
git clone https://github.com/urbit-pilled/hoon-ts-mode.git
  1. add the following to your init.el config file:
(add-to-list 'load-path "PATH-TO-HOON-REPO")
(require 'hoon-ts-mode)
  1. Run cd hoon-ts-mode && git pull to download updates.