diff options
Diffstat (limited to 'textproc/htmlize.el/pkg-message')
-rw-r--r-- | textproc/htmlize.el/pkg-message | 10 |
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) + +**************************************************************************** |