From 056bde9effb9d59fdf6e35d6abc9b42fc161beb8 Mon Sep 17 00:00:00 2001 From: William Ball Date: Sun, 7 Sep 2025 21:17:11 -0400 Subject: [PATCH] added README --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..a34a9f3 --- /dev/null +++ b/README.org @@ -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.