mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Refine scope of notmuch-jump-key face
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.
This commit is contained in:
parent
c1f542d68a
commit
c37c99126d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue