X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/b4fa205ffd184f13511678d7f2e6bcd578411203..9bbb1ba06bc0296f78e4817fe58e0b838c765414:/dot/emacs diff --git a/dot/emacs b/dot/emacs index b726fab..1b29a12 100644 --- a/dot/emacs +++ b/dot/emacs @@ -591,7 +591,8 @@ (w32 (font . "fixed613 10") (background-color . "black") (foreground-color . "white")) - (nil (menu-bar-lines . 0)))) + (nil (menu-bar-lines . 0) + (background-color . nil)))) (let ((backg (frame-parameter nil 'background-color))) (if (and backg window-system) (push (cons 'background-color backg) default-frame-alist)))