aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/editor-syntax-etc/emacs/README
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-10-05 12:39:53 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-11-27 19:40:42 -0500
commit02718313824caa0e87eb0f1448684ff8d2dbe4d1 (patch)
treecb916873c46c57d18643d26fb6731f5258824a0f /sundry/editor-syntax-etc/emacs/README
parentnix related config, direnv else minor (diff)
primarily org related
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))