Files
ports/textproc/htmlize.el/pkg-message
2019-08-14 12:16:41 +00:00

14 lines
213 B
Plaintext

[
{ 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
}
]