diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-12 08:23:22 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-12 08:23:22 +0000 |
commit | a3e02dc48e58d25c150bafdc018edd89e552f209 (patch) | |
tree | d6fad094eafb8f7464fc98d2789a1fe756bd9023 | |
parent | 13cbf2d8f6876f7fa49146cf6d4b267d73f440c5 (diff) |
set ef-spring theme
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |