Replace toggle-presentation with cycle-font

This commit is contained in:
Henrik Lissner 2015-01-20 03:17:50 -05:00
parent 8cff2e5580
commit 1181d4ba72
4 changed files with 31 additions and 28 deletions

View file

@ -30,12 +30,8 @@
(defconst *dark-theme 'brin)
(defconst *light-theme 'github) ; wtb better light theme...
(defconst *default-font "Terminus (TTF)")
(defconst *default-font-size (if (eq system-name "ganymede.local") 9 12))
(defconst *alt-font "Terminus")
(defconst *presentation-font "Panic Sans")
(defconst *presentation-font-size 22)
(defconst *fonts `(("Terminus (TTF)" ,(if (eq system-name "ganymede.local") 9 12) nil)
("Inconsolata" 22 t)))
(add-to-list 'load-path my-core-dir)
(add-to-list 'load-path my-modules-dir)