This commit is contained in:
Henrik Lissner 2015-01-20 14:01:41 -05:00
parent 042cc3b9e9
commit f300c8bd5d
3 changed files with 3 additions and 7 deletions

View file

@ -40,6 +40,7 @@
;;;###autoload
(defun cycle-font ()
"Cycle between fonts specified in *fonts in init.el"
(interactive)
(if (>= my/cycle-font-i (1- (length *fonts)))
(setq my/cycle-font-i 0)