]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: logically group def{custom,face}s
authorPieter Praet <pieter@praet.org>
Mon, 16 Jan 2012 10:38:33 +0000 (11:38 +0100)
committerDavid Bremner <bremner@debian.org>
Thu, 19 Jan 2012 13:27:02 +0000 (09:27 -0400)
To allow for expansion whilst keeping everything tidy and organized,
move all defcustom/defface variables to the following subgroups,
defined in notmuch-lib.el:

- Hello
- Search
- Show
- Send
- Crypto
- Hooks
- External Commands
- Appearance

As an added benefit, defcustom keyword args are now consistently
ordered as they appear @ defcustom's docstring (OCD much?).

Proper defgroup docstrings and various other improvements
by courtesy of Austin Clements.


No differences found