1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/htmlize.el/pkg-message
Pav Lucistnik eaf81e584f This port allows to create nice syntax coloured listings for display on web
sites

PR:		ports/61384
Submitted by:	Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
2005-02-18 10:29:30 +00:00

11 lines
325 B
Plaintext

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