aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/editor-syntax-etc/emacs/README
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-02-21 12:57:41 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2025-02-21 12:57:44 -0500
commite05f46ce7b1da5d9012a89984821988246b984e2 (patch)
treea1d70e18b51f8fc57e684688fab2dab2c076ccca /sundry/editor-syntax-etc/emacs/README
parenttriple single-quote marks block identifier added (diff)
sisu-spine editor markup syntax highlightersHEADmain
- vim, syntax (sisu-spine.vim) & colors - emacs sisu-spine-mode.el
Diffstat (limited to 'sundry/editor-syntax-etc/emacs/README')
-rw-r--r--sundry/editor-syntax-etc/emacs/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/sundry/editor-syntax-etc/emacs/README b/sundry/editor-syntax-etc/emacs/README
new file mode 100644
index 0000000..6dabf72
--- /dev/null
+++ b/sundry/editor-syntax-etc/emacs/README
@@ -0,0 +1,4 @@
+; put this into your .emacs file, then use the mode file:
+
+(load-file "~/emacs/el/sisu-spine-mode.el")
+(add-to-list 'auto-mode-alist '("\\.sst$" . sisu-spine-mode))