Clean up
This commit is contained in:
parent
042cc3b9e9
commit
f300c8bd5d
3 changed files with 3 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue