From b7726345fa50c37de9ddb576ff73a60228ab8959 Mon Sep 17 00:00:00 2001 From: Jianshi Liu Date: Thu, 2 Jan 2025 16:35:01 +0800 Subject: [PATCH] Try to fix CI --- lisp/init-local.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/init-local.el b/lisp/init-local.el index 5e97b535a1..00fd0a06eb 100644 --- a/lisp/init-local.el +++ b/lisp/init-local.el @@ -38,7 +38,7 @@ :demand t :config ;; (require-theme 'modus-themes) ; `require-theme' is ONLY for the built-in Modus themes - + (require 'modus-themes) ;; Add all your customizations prior to loading the themes (setq modus-themes-italic-constructs t modus-themes-bold-constructs nil)