From e05f46ce7b1da5d9012a89984821988246b984e2 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 21 Feb 2025 12:57:41 -0500 Subject: sisu-spine editor markup syntax highlighters - vim, syntax (sisu-spine.vim) & colors - emacs sisu-spine-mode.el --- sundry/editor-syntax-etc/emacs/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sundry/editor-syntax-etc/emacs/README (limited to 'sundry/editor-syntax-etc/emacs/README') 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)) -- cgit v1.2.3