mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
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)
|
|
|
|
****************************************************************************
|