diff options
| author | len@realtimegenomics.com <len@realtimegenomics.com> | 2025-03-18 05:23:40 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-03-20 07:08:42 -0300 |
| commit | d5ab2f0c02da4415e8775847ebc01559c9652e4c (patch) | |
| tree | 58677507226e5e29fcbf54dd26fea5bc41135048 /emacs | |
| parent | eaf3cd10db95b366c960a4f87e4a513dc9488e7f (diff) | |
emacs: fix disabling notmuch-show-header-line via custom
The defcustom had a typo that prevented it from working as intended.
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/notmuch-show.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 8a8e6a7b..19b51753 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -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")) |
