From 474ccc8a7526c3f92d48a47dec6638e87875422a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Oct 2021 14:51:31 -0700 Subject: emacs: switch back to white for the background --- emacs/custom/fcuny-ui.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 07ab046..16990b3 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -39,7 +39,6 @@ (use-package frame :config (blink-cursor-mode -1) - (set-background-color "#F5F5F0") (setq frame-title-format "%b") (when (memq window-system '(mac ns)) (set-frame-font "Source Code Pro-14") -- cgit 1.4.1