freebsd-ports/editors/custom-emacs/pkg-descr
Pav Lucistnik 53446e5b95 - Revert 1.12; do a proper fix
- Portlint

Clue provided by:	kris
2005-12-08 15:56:22 +00:00

22 lines
697 B
Text

The Custom Library for emacs.
The Custom Library is intended for use by emacs lisp programmers who
want to make their emacs packages easily customizable. It allows the
programmer to
- declare the type for each user option,
i.e. specify the set of legal values for each variable,
- specify and initialize the faces used by the package, and
- organize the user options into groups and hierarchies.
The user will then be able to customize the user options through a
helpful structured interface that resembles the property editor in
modern GUI programs.
How to use:
M-x customize
Installed at:
${LOCALBASE}/share/emacs/19.34/site-lisp/
WWW: http://www.dina.kvl.dk/~abraham/custom/