chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dot/emacs: Force use of server-side X fonts.
[profile]
/
dot
/
emacs
diff --git
a/dot/emacs
b/dot/emacs
index ef0feacfd1722453dc1f1d789d677b40a7cbcda4..478566bdee2507ac5151abfdc04003872d6c597f 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-382,6
+382,8
@@
(if mdw-black-background
'((background-mode . dark))
'((background-mode . light)))
(if mdw-black-background
'((background-mode . dark))
'((background-mode . light)))
+ (and (eq window-system 'x)
+ '((font . "6x13")))
(and (eq window-system 'pm)
'((font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850")
(menu-font . "8.Helv")
(and (eq window-system 'pm)
'((font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850")
(menu-font . "8.Helv")