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