mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
emacs: Fix notmuch-search-authors-width declaration.
Our defcustom call was missing the 'notmuch group, which emacs was nice enough to warn about during compilation.
This commit is contained in:
parent
8cee113819
commit
8981842ff6
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@
|
|||
|
||||
(defcustom notmuch-search-authors-width 20
|
||||
"Number of columns to use to display authors in a notmuch-search buffer."
|
||||
:type 'integer)
|
||||
:type 'integer
|
||||
:group 'notmuch)
|
||||
|
||||
(defcustom notmuch-search-result-format
|
||||
`(("date" . "%s ")
|
||||
|
|
Loading…
Reference in a new issue