aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2009-12-21 11:23:35 -0500
committerRalph Amissah <ralph@amissah.com>2009-12-21 11:23:35 -0500
commitb3faccdb080bfc9105038a39c7c49ac582ad53e3 (patch)
tree7eec0ea478aa6e1bae4cb1b2ac190dd6322031fc /data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst
parentdebian/ changelog, control and sisu.install adjustments for 1.0.0 release (diff)
parentdocumentation get paths to reflect directory structure changes (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst')
-rw-r--r--data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst
index 62a16573..5197761c 100644
--- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst
+++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst
@@ -47,9 +47,9 @@
The directory:
-_1 ./data/sisu/conf/editor-syntax-etc/
+_1 ./data/sisu/v1/conf/editor-syntax-etc/
-_1 /usr/share/sisu/conf/editor-syntax-etc
+_1 /usr/share/sisu/v1/conf/editor-syntax-etc
contains rudimentary sisu syntax highlighting files for:
@@ -145,7 +145,7 @@ _1 files: sisu-mode.el
_1 to file ~/.emacs add the following 2 lines:
-_2 (add-to-list 'load-path "/usr/share/sisu-examples/config/syntax_hi")
+_2 (add-to-list 'load-path "/usr/share/sisu/v1/conf/editor-syntax-etc/emacs")
_2 (require 'sisu-mode.el)