Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
313e2fc4
Commit
313e2fc4
authored
Mar 11, 2008
by
Glenn Morris
Browse files
(mode-line-emphasis): New face.
parent
9934ebcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
lisp/faces.el
lisp/faces.el
+8
-0
No files found.
lisp/faces.el
View file @
313e2fc4
...
@@ -2393,6 +2393,14 @@ terminal type to a different value."
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment