]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: fix disabling notmuch-show-header-line via custom release
authorlen@realtimegenomics.com <len@realtimegenomics.com>
Tue, 18 Mar 2025 05:23:40 +0000 (05:23 +0000)
committerDavid Bremner <david@tethera.net>
Thu, 20 Mar 2025 10:08:42 +0000 (07:08 -0300)
The defcustom had a typo that prevented it from working as intended.

emacs/notmuch-show.el

index 8a8e6a7b00eaf3d5b65e472c920122fd8aa9d784..19b517539255005928f290311272c1cf4bcb4c56 100644 (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"))