diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-02 14:51:31 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-02 14:51:31 -0700 |
commit | 474ccc8a7526c3f92d48a47dec6638e87875422a (patch) | |
tree | 89148488bd3bd20fe0557c93f0292657396326a7 /emacs/custom | |
parent | aspell: new words (diff) | |
download | emacs.d-474ccc8a7526c3f92d48a47dec6638e87875422a.tar.gz |
emacs: switch back to white for the background
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 1 |
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") |