From 07d436d70fe9cbfd45122ff3352fe3348f6145b1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 22 Jan 2023 11:38:18 -0800 Subject: ref(ui): use standard-theme It's like the standard color scheme but better. Change-Id: Ida8f5c3dc53708c1aa0284b70474d3d810334171 --- emacs/init.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs/init.el') 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)) -- cgit v1.2.3