Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 389 Bytes

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.