chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56d38c
)
dot/emacs: Set default font and colours for Emacs on Windows.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Mar 2015 16:29:37 +0000
(17:29 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Mar 2015 16:29:37 +0000
(17:29 +0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index e7ba08656c1361485b9ec8f8762ecbad9b9be93e..3e8f81dfc602eed9a0b55420ced70ff5c3fd5bd6 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-443,6
+443,9
@@
'((pm (font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850")
(menu-font . "8.Helv")
(background-color . "lightgrey"))
+ (w32 (font . "fixed 10")
+ (background-color . "black")
+ (foreground-color . "white"))
(nil (menu-bar-lines . 0))))
;; Other frame fiddling.