Mercurial > dotfiles
diff .elisp/settings/50.preferences.el @ 356:b9fd69a36e0c
emacs: nudge size of font on linux up slightly
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 22 Dec 2014 15:00:59 -0500 |
parents | 231aef6069cc |
children |
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el +++ b/.elisp/settings/50.preferences.el @@ -59,7 +59,7 @@ ((eq window-system 'ns) ;; OS X (set-face-attribute 'default nil :height 120)) (t ;; everywhere else - (set-face-attribute 'default nil :height 100))) + (set-face-attribute 'default nil :height 105))) ) (af-gui-init)