Add zenburn and monokai to favourite themes

This commit is contained in:
sbenner 2013-12-02 08:20:20 -05:00
parent 94bf30a20d
commit 16d011bb29

View file

@ -203,7 +203,10 @@ argument takes the kindows rotate backwards."
;; From http://stackoverflow.com/a/18796138
;; Cycle through this set of themes
(setq my-themes '(solarized-dark solarized-light))
(setq my-themes '(solarized-dark
solarized-light
monokai-theme
zenburn))
(setq my-cur-theme nil)
(defun cycle-my-theme ()
"Cycle through a list of themes, my-themes"