From a3e02dc48e58d25c150bafdc018edd89e552f209 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Dec 2022 08:23:22 +0000 Subject: set ef-spring theme --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index d785d7d..acfbf2b 100644 --- a/init.el +++ b/init.el @@ -281,7 +281,7 @@ Restart works only on graphic display." (mapc #'disable-theme custom-enabled-themes) ;; Load the theme of choice: - (load-theme 'ef-summer :no-confirm) + (load-theme 'ef-spring :no-confirm) ;; OR use this to load the theme which also calls `ef-themes-post-load-hook': ;;(ef-themes-select 'ef-summer) -- cgit v1.2.3