mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(mode-line-emphasis): New face.
This commit is contained in:
parent
9934ebcf37
commit
313e2fc488
@ -2393,6 +2393,14 @@ terminal type to a different value."
|
|||||||
:group 'mode-line-faces
|
:group 'mode-line-faces
|
||||||
:group 'basic-faces)
|
:group 'basic-faces)
|
||||||
|
|
||||||
|
(defface mode-line-emphasis
|
||||||
|
'((t (:weight bold)))
|
||||||
|
"Face used to emphasize certain mode line features.
|
||||||
|
Use the face `mode-line-highlight' for features that can be selected."
|
||||||
|
:version "23.1"
|
||||||
|
:group 'mode-line-faces
|
||||||
|
:group 'basic-faces)
|
||||||
|
|
||||||
(defface mode-line-buffer-id
|
(defface mode-line-buffer-id
|
||||||
'((t (:weight bold)))
|
'((t (:weight bold)))
|
||||||
"Face used for buffer identification parts of the mode line."
|
"Face used for buffer identification parts of the mode line."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user