Fix cycle-font
This commit is contained in:
parent
bf9ef826c5
commit
4e32b006b1
3 changed files with 14 additions and 15 deletions
1
init.el
1
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue