added README
This commit is contained in:
parent
d6c483a39e
commit
056bde9eff
1 changed files with 13 additions and 0 deletions
13
README.org
Normal file
13
README.org
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#+title: perga-mode
|
||||
|
||||
* Features
|
||||
Basically just a tree-sitter grammar enabling nice font-lock. I would like to add more features eventually (indentation, fixing comments, integration with the REPL), but it's decent enough for now.
|
||||
|
||||
* Installation
|
||||
=perga-mode= isn't on melpa. I use [[https://github.com/progfolio/elpaca][elpaca]], but very similar commands will work for [[https://github.com/radian-software/straight.el][straight.el]] or something similar.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package perga-mode
|
||||
:ensure (:repo "https://forgejo.ballcloud.cc/wball/perga-mode.git"))
|
||||
#+end_src
|
||||
|
||||
Upon first use, it will prompt you to install the corresponding tree-sitter grammar.
|
||||
Loading…
Reference in a new issue