Replace toggle-presentation with cycle-font
This commit is contained in:
parent
8cff2e5580
commit
1181d4ba72
4 changed files with 31 additions and 28 deletions
8
init.el
8
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue