mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-04-04 14:49:01 +02:00
emacs: fix disabling notmuch-show-header-line via custom
The defcustom had a typo that prevented it from working as intended.
This commit is contained in:
parent
eaf3cd10db
commit
d5ab2f0c02
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ notmuch-show functions such as
|
|||
|
||||
Finally, if this variable is set to nil, no header is
|
||||
displayed."
|
||||
:type '(choice (const :tag "No header" ni)
|
||||
:type '(choice (const :tag "No header" nil)
|
||||
(const :tag "Subject" t)
|
||||
(string :tag "Format")
|
||||
(function :tag "Function"))
|
||||
|
|
Loading…
Add table
Reference in a new issue