From: Mark Wooding Date: Sat, 30 Sep 2017 12:56:05 +0000 (+0100) Subject: dot/emacs: Don't override background colour of terminals. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/d88f35a75a4fa192bceddb79e55b3048818c39ca dot/emacs: Don't override background colour of terminals. --- 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)))