chiark / gitweb /
dot/emacs: Remove frame background setting.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 10 Dec 2009 17:44:53 +0000 (17:44 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 10 Dec 2009 17:46:59 +0000 (17:46 +0000)
This makes Emacs draw the mode line wrongly in monochrome terminals, for
some reason I don't rightly understand.

dot/emacs

index 50c79c5a858583f79357dd1e528ab58e2ad28975..c1e542aee3584d49fcfdf47115fb6bb771c0307f 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
         (scroll-bar-width . 15)
         (cursor-color . "red"))
        (if mdw-black-background
-          '((background-color . "black")
-            (foreground-color . "white")
-            (background-mode . dark))
+          '((background-mode . dark))
         '((background-mode . light)))
        (and (eq window-system 'pm)
            '((font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850")
              (menu-font . "8.Helv")
              (background-color . "lightgrey")))
-       '((transparency . t))
        default-frame-alist))
 
 ;; Other frame fiddling.