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:
len@realtimegenomics.com 2025-03-18 05:23:40 +00:00 committed by David Bremner
parent eaf3cd10db
commit d5ab2f0c02

View file

@ -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"))