Fix cycle-font

This commit is contained in:
Henrik Lissner 2015-01-21 00:42:09 -05:00
parent bf9ef826c5
commit 4e32b006b1
3 changed files with 14 additions and 15 deletions

View file

@ -31,6 +31,7 @@
(defconst *light-theme 'github) ; wtb better light theme...
(defconst *fonts `(("Terminus (TTF)" ,(if (eq system-name "ganymede.local") 9 12) nil)
("Ubuntu Mono" 16 t)
("Inconsolata" 22 t)))
(add-to-list 'load-path my-core-dir)