Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
a4cdcb47
Commit
a4cdcb47
authored
Feb 23, 1998
by
David Kågedal
Browse files
* vars.el.in (lyskom-face-schemes): Det stod fel i kom-mark-face i
ett par scheman.
parent
78633105
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
a4cdcb47
Mon Feb 23 22:41:38 1998 David Kgedal <davidk@lysator.liu.se>
* vars.el.in (lyskom-face-schemes): Det stod fel i kom-mark-face i
ett par scheman.
Sun Feb 22 11:37:57 1998 David Kgedal <davidk@lysator.liu.se>
* startup.el (lyskom): Stt lyskom-server-port.
...
...
src/vars.el.in
View file @
a4cdcb47
...
...
@@ -1908,7 +1908,7 @@ the value of kom-tell-phrases for fun.")
(
kom-text-no-face
kom-active-face
nil
nil
)
(
kom-friends-face
default
"red"
nil
)
(
kom-presence-face
italic
"grey"
nil
)
(
kom-mark-face
default
bold
"gold"
"black"
)
(
kom-mark-face
default
"gold"
"black"
)
(
kom-first-line-face
default
nil
nil
))
(
monochrome
(
kom-active-face
default
nil
nil
)
...
...
@@ -1920,7 +1920,7 @@ the value of kom-tell-phrases for fun.")
(
kom-text-no-face
kom-active-face
nil
nil
)
(
kom-friends-face
underline
nil
nil
)
(
kom-presence-face
italic
nil
nil
)
(
kom-mark-face
default
bold
nil
"black"
)
(
kom-mark-face
bold
nil
"black"
)
(
kom-first-line-face
default
nil
nil
))
(
minimal
(
kom-active-face
default
nil
nil
)
...
...
@@ -1932,7 +1932,7 @@ the value of kom-tell-phrases for fun.")
(
kom-text-no-face
default
nil
nil
)
(
kom-friends-face
default
nil
"alice blue"
)
(
kom-presence-face
italic
"dim gray"
nil
)
(
kom-mark-face
default
default
nil
"black"
)
(
kom-mark-face
default
nil
"black"
)
(
kom-first-line-face
default
nil
nil
))
(
highlight
(
kom-active-face
default
nil
"aliceblue"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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