]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Refine scope of notmuch-jump-key face
authorProtesilaos Stavrou <info@protesilaos.com>
Sat, 17 Jul 2021 08:30:18 +0000 (11:30 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 5 Aug 2021 11:58:30 +0000 (08:58 -0300)
The intent of the 'notmuch-jump-key' face is to allow users/themes to
differentiate the text of the minibuffer prompt from the keys that are
associated with jump actions.  Commit 5cc106b0 correctly introduced the
'notmuch-jump-key' face for keys, but mistakenly applied it to the
prompt as well.

emacs/notmuch-jump.el

index e228c8a20409ec1c807818e5557f546786488424..5ec8eb9c8e3e06839a6e653ef554c50429b34e77 100644 (file)
@@ -93,7 +93,7 @@ not appear in the pop-up buffer."
            (buffer-string)))
         (full-prompt
          (concat table "\n\n"
-                 (propertize prompt 'face 'notmuch-jump-key)))
+                 (propertize prompt 'face 'minibuffer-prompt)))
         ;; By default, the minibuffer applies the minibuffer face to
         ;; the entire prompt.  However, we want to clearly
         ;; distinguish bindings (which we put in the prompt face