Don't run set-theme based on time of day for now.

This commit is contained in:
Ivan Malison 2015-06-28 23:05:10 -07:00
parent 54702ba91b
commit dab2d10965

View File

@ -1953,5 +1953,6 @@ window is active in the perspective."
(when (file-exists-p custom-after-file) (load custom-after-file)) (when (file-exists-p custom-after-file) (load custom-after-file))
(defvar-if-non-existant imalison:time-of-day-based-theme nil)
;; enable to set theme based on time of day. ;; enable to set theme based on time of day.
(run-at-time "00:00" 3600 'set-theme) (if imalison:time-of-day-based-theme (run-at-time "00:00" 3600 'set-theme))