From: Mark Wooding Date: Thu, 10 Dec 2009 17:44:53 +0000 (+0000) Subject: dot/emacs: Remove frame background setting. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/6dc0fd06eaf8591c154c6506fd3a22a4a9983394 dot/emacs: Remove frame background setting. This makes Emacs draw the mode line wrongly in monochrome terminals, for some reason I don't rightly understand. --- diff --git a/dot/emacs b/dot/emacs index 50c79c5..c1e542a 100644 --- a/dot/emacs +++ b/dot/emacs @@ -370,15 +370,12 @@ (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.