aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmlize.el/pkg-message
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-18 10:29:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-18 10:29:30 +0000
commiteaf81e584fc2c8d1382855c3c86aa30d0b1ce004 (patch)
tree44b820749e22097d2b08892b5d30e93462bca906 /textproc/htmlize.el/pkg-message
parent9eda3197b701ab39ca5d02801e87ca6e26ef53d7 (diff)
downloadports-eaf81e584fc2c8d1382855c3c86aa30d0b1ce004.tar.gz
ports-eaf81e584fc2c8d1382855c3c86aa30d0b1ce004.zip
Notes
Diffstat (limited to 'textproc/htmlize.el/pkg-message')
-rw-r--r--textproc/htmlize.el/pkg-message10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/htmlize.el/pkg-message b/textproc/htmlize.el/pkg-message
new file mode 100644
index 000000000000..b9a3c8065311
--- /dev/null
+++ b/textproc/htmlize.el/pkg-message
@@ -0,0 +1,10 @@
+****************************************************************************
+To use htmlize mode, add to your ~/.emacs the following lines:
+
+;; Enable syntax colouring
+(global-font-lock-mode)
+
+;; General emacs to HTML converter
+(require 'htmlize)
+
+****************************************************************************