dot/emacs: Set default font and colours for Emacs on Windows.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Mar 2015 16:29:37 +0000 (17:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Mar 2015 16:29:37 +0000 (17:29 +0100)
dot/emacs

index e7ba086..3e8f81d 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       '((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.