Commit 707ed3f68577

Vincent Demeester <vincent@sbr.pm>
2023-06-13 16:36:05
tools/emacs: fix modus-themes loading…
… there might be other.. issues.. but we'll see Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 94efc82
Changed files (1)
tools
tools/emacs/early-init.el
@@ -93,8 +93,10 @@ This is used internally by `vde/modus-themes-toggle'."
    modus-themes-scale-4 1.2
    ;; x-underline-at-descent-line t
    )
-  (modus-themes-load-themes)
-  (modus-themes-load-operandi))
+  (require-theme 'modus-themes)
+  (load-theme 'modus-operandi :no-confirm)
+  ;; (modus-themes-load-theme modus-operandi)
+  )
 
 (defun vde/modus-operandi-custom ()
   "Customize modus-operandi theme."