summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-27 19:26:59 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-27 19:26:59 -0700
commit36ec42723ace2ad49a0949fbceb37b919bc37ca2 (patch)
tree51b5fbe1610f148ee3437dfe381759199b9c3909 /emacs/init.el
parentref(org): simplify the sequence for todo-keywords (diff)
downloademacs.d-36ec42723ace2ad49a0949fbceb37b919bc37ca2.tar.gz
ui: default color scheme in black
Change-Id: I1dc4fb98f11d46acab82fda6c32cea01eb823e92
Diffstat (limited to '')
-rw-r--r--emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 8a1497d..3a24cdc 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -10,6 +10,8 @@
   (write-region "" nil custom-file))
 (load custom-file)
 
+(invert-face 'default)
+
 (setq gc-cons-threshold 64000000)
 
 ;; configure straight to manage packages