chiark / gitweb /
dot/emacs: Don't override background colour of terminals.
[profile] / dot / emacs
index b726fabebd1832ef732b55212a39f80304522b08..1b29a12592bc87617cc197ef76f18dda3cb2afaa 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
        (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)))