diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-07 12:46:50 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-07 12:46:50 -0700 |
commit | 53d5ca2ac5b8b0c2fd853ad4d6ac9264d427b8eb (patch) | |
tree | 0a845f84a14c144ed223d7797c5e7e95d5826fbb | |
parent | git: remove old forge configuration (diff) | |
download | emacs.d-53d5ca2ac5b8b0c2fd853ad4d6ac9264d427b8eb.tar.gz |
emacs: once again, background
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 1 |
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)) |