summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-12 08:24:47 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-12 08:24:47 +0000
commitba35c0e7a25b97cf55f3fa41415ffc306e9e9f1a (patch)
treeebdf103b7a9c50572c70cef60910b704be268105
parent86b004cf93044cb9fcd7c6efa4bee613823cb841 (diff)
back to light blue theme for now
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index acfbf2b..603d78e 100644
--- a/init.el
+++ b/init.el
@@ -31,7 +31,7 @@
(format-time-string "%z")))))
;; theme
-;;(load-theme 'light-blue)
+(load-theme 'light-blue)
;; packages
(require 'package)
@@ -281,7 +281,7 @@ Restart works only on graphic display."
(mapc #'disable-theme custom-enabled-themes)
;; Load the theme of choice:
- (load-theme 'ef-spring :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)