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
8cc4cac1
Commit
8cc4cac1
authored
Sep 20, 2000
by
Miles Bader
Browse files
(info-header-node): Tweak for color ttys.
parent
37a99821
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/info.el
lisp/info.el
+5
-1
No files found.
lisp/info.el
View file @
8cc4cac1
...
@@ -97,7 +97,11 @@ A header-line does not scroll with the rest of the buffer."
...
@@ -97,7 +97,11 @@ A header-line does not scroll with the rest of the buffer."
:group
'info
)
:group
'info
)
(
defface
info-header-node
(
defface
info-header-node
'
((
t
(
:inherit
info-node
)))
'
(
;; Because header-lines on tty's are usually reverse-video, the
;; normal info-node colors probably won't look good, so just stick
;; with bold-italic
(((
type
tty
)
(
class
color
))
(
:bold
t
:italic
t
))
(
t
(
:inherit
info-node
)))
"Face for Info nodes in a node header."
"Face for Info nodes in a node header."
:group
'info
)
:group
'info
)
...
...
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