chiark / gitweb /
dot/emacs: Don't override background colour of terminals.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Sep 2017 12:56:05 +0000 (13:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Sep 2017 12:56:05 +0000 (13:56 +0100)
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)))