diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-12 09:37:36 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-12 09:38:29 -0700 |
commit | 338532f19c121026c57d34761d13f8f8d1781fd1 (patch) | |
tree | 20b1b9b7ee38ff7f02b6279c1da4a11f82104fc3 /.emacs.d/init.el | |
parent | 4b327fe7fd1bff0385117d923e0072f9f72049a7 (diff) |
emacs: use pure modus themes; avoid initial flash of light
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
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") |