1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/custom-emacs/pkg-descr
Tim Vanderhoek d6083f4e6e Would it be considered sacriligious to change all of the 'K's in
Kirk McKusick, Keith Bostic, and J. Karels into 'W's,
representing WWW:?  Probably.  Better not risk it.  :)
1999-05-02 22:03:30 +00:00

27 lines
763 B
Plaintext

The Custom Library for emacs.
--- Emacs Library Porting
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:
${PREFIX}/share/emacs/19.34/site-lisp/
WWW: http://www.dina.kvl.dk/~abraham/custom/
--- Porting by <shige@FreeBSD.ORG>.