From abd563ac3c9295faa811e136acc4c148a3a31431 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 10 Nov 2024 17:30:44 -0800 Subject: switch to the default theme and dejavu for the fonts --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 4568e74..fc55354 100644 --- a/early-init.el +++ b/early-init.el @@ -21,6 +21,8 @@ ;; increase font size (set-face-attribute 'default nil :height 130) +(invert-face 'default) + (setq init-file-debug t) (setq debug-on-error init-file-debug) -- cgit 1.4.1