13 lines
674 B
Org Mode
13 lines
674 B
Org Mode
#+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.
|