summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-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