X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/ad3389bf856ff56865249c649eda5fe3da66759b..d88f35a75a4fa192bceddb79e55b3048818c39ca:/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)))