From: Mark Wooding Date: Sun, 29 Mar 2015 16:29:37 +0000 (+0100) Subject: dot/emacs: Set default font and colours for Emacs on Windows. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/48c107b0db461e493d3f142be8cac39dda4e23e3 dot/emacs: Set default font and colours for Emacs on Windows. --- diff --git a/dot/emacs b/dot/emacs index e7ba086..3e8f81d 100644 --- 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.