summary refs log tree commit diff
path: root/emacs/custom/fcuny-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-07 12:46:50 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-07 12:46:50 -0700
commit53d5ca2ac5b8b0c2fd853ad4d6ac9264d427b8eb (patch)
tree0a845f84a14c144ed223d7797c5e7e95d5826fbb /emacs/custom/fcuny-ui.el
parentgit: remove old forge configuration (diff)
downloademacs.d-53d5ca2ac5b8b0c2fd853ad4d6ac9264d427b8eb.tar.gz
emacs: once again, background
Diffstat (limited to 'emacs/custom/fcuny-ui.el')
-rw-r--r--emacs/custom/fcuny-ui.el1
1 files changed, 1 insertions, 0 deletions
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))