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-02 14:51:31 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-02 14:51:31 -0700
commit474ccc8a7526c3f92d48a47dec6638e87875422a (patch)
tree89148488bd3bd20fe0557c93f0292657396326a7 /emacs/custom/fcuny-ui.el
parentaspell: new words (diff)
downloademacs.d-474ccc8a7526c3f92d48a47dec6638e87875422a.tar.gz
emacs: switch back to white for the background
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-ui.el1
1 files changed, 0 insertions, 1 deletions
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")