Use 14 point font.

This commit is contained in:
Lars Tveito 2015-04-07 21:09:35 +02:00
parent d640f58f48
commit c86af85fb8
2 changed files with 2 additions and 4 deletions

View File

@ -371,7 +371,7 @@ PACKAGE is installed and the current version is deleted."
;; Use the [[http://www.levien.com/type/myfonts/inconsolata.html][Inconsolata]] font if it's installed on the system.
(when (member "Inconsolata" (font-family-list))
(set-face-attribute 'default nil :font "Inconsolata-13"))
(set-face-attribute 'default nil :font "Inconsolata-14"))
;; Ido

View File

@ -463,15 +463,13 @@
(interactive)
;; Rotates the thme cycle and changes the current theme.
(load-theme (car (setq themes (cdr themes))) t))))
#+END_SRC
Use the [[http://www.levien.com/type/myfonts/inconsolata.html][Inconsolata]] font if it's installed on the system.
#+BEGIN_SRC emacs-lisp
(when (member "Inconsolata" (font-family-list))
(set-face-attribute 'default nil :font "Inconsolata-13"))
(set-face-attribute 'default nil :font "Inconsolata-14"))
#+END_SRC
# [[https://github.com/milkypostman/powerline][Powerline]] is an extension to customize the mode line. This is modified