From c86af85fb84b4a83613d2f0ecfb6babedcfa3e37 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 7 Apr 2015 21:09:35 +0200 Subject: [PATCH] Use 14 point font. --- init.el | 2 +- init.org | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 4545a28..6ae4c44 100644 --- a/init.el +++ b/init.el @@ -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 diff --git a/init.org b/init.org index 226b46f..878e410 100644 --- a/init.org +++ b/init.org @@ -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