summaryrefslogtreecommitdiff
path: root/textproc/htmlize.el/pkg-message
blob: b9a3c8065311d95b7ba779afdd783578f9eb09a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
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)

****************************************************************************