From 338532f19c121026c57d34761d13f8f8d1781fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sat, 12 Oct 2024 09:37:36 -0700 Subject: emacs: use pure modus themes; avoid initial flash of light --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5578c84..24c0191 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -66,6 +66,9 @@ (unless (server-running-p) (server-start)) +;; Load themes early in the bootstrap process. +(load-file "~/.emacs.d/rul-init.d/themes.el") + ;; ------ ;; Helper for compilation. ;; ------ @@ -184,7 +187,6 @@ (require 'rul-write) (load-file "~/.emacs.d/rul-init.d/fonts.el") -(load-file "~/.emacs.d/rul-init.d/themes.el") ;; Init parts (will be deprecated in favor of packages) (load-file "~/.emacs.d/rul-init.d/auto-fill.el") -- cgit v1.2.3