diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |