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

13 lines
213 B
Text

[
{ type: install
message: <<EOM
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)
EOM
}
]