eaf81e584f
sites PR: ports/61384 Submitted by: Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
10 lines
325 B
Text
10 lines
325 B
Text
****************************************************************************
|
|
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)
|
|
|
|
****************************************************************************
|