diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-04-11 20:54:27 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | ab84a8f2e98b93faea3b445c07882069df37cc62 (patch) | |
tree | 04771995c902efc7ce4ff64775543b7fdebe990f /misc/editor-syntax-etc/emacs/README | |
parent | help & manpages, start work (diff) |
syntax highlighting, start work, based on sisu.rb
Diffstat (limited to 'misc/editor-syntax-etc/emacs/README')
-rw-r--r-- | misc/editor-syntax-etc/emacs/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/editor-syntax-etc/emacs/README b/misc/editor-syntax-etc/emacs/README new file mode 100644 index 0000000..6dabf72 --- /dev/null +++ b/misc/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)) |