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.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 4b66932..8a1497d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -3,9 +3,6 @@
 
 ;;; Code:
 
-;;; default colors, but inverted. Doing this early to avoid flickering.
-(invert-face 'default)
-
 ;; store all the customizations into that file. if the file does not
 ;; exists, we create an empty file, and then we load it.
 (setq custom-file (expand-file-name "var/custom.el" user-emacs-directory))