Initial commit

This commit is contained in:
Jakub 2025-11-01 20:19:23 +08:00
commit 3c794e59c8
2 changed files with 88 additions and 0 deletions

5
README.org Normal file
View file

@ -0,0 +1,5 @@
#+title: jomini-mode.el
Extremely basic major mode for editing Jomini script files. Needs work, but it handles all the basics like indentation properly which is all I really care about currently.
It won't automatically detect what files it should start in currently. That is left as an exercise for the reader.