From 53d5ca2ac5b8b0c2fd853ad4d6ac9264d427b8eb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 7 Oct 2021 12:46:50 -0700 Subject: emacs: once again, background --- emacs/custom/fcuny-ui.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/custom/fcuny-ui.el') diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index b7b6ccf..c7c4284 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -40,6 +40,7 @@ :config (blink-cursor-mode -1) (setq frame-title-format "%b") + (set-background-color "#FFFFEA") (when (memq window-system '(mac ns)) (set-frame-font "Source Code Pro-14") (add-to-list 'default-frame-alist '(fullscreen . maximized)) -- cgit 1.4.1