freebsd-ports/textproc/htmlize.el/pkg-message

11 lines
325 B
Text
Raw Normal View History

****************************************************************************
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)
****************************************************************************