all repos — archive/dotfiles @ bb0338c94a1ce73394a3e9f4eb418110a8a29821

Superseded by nixfiles

Emacs: Increase font size

I started working in a new office, with the screen further away.  I
don't think Monaco 10 will be comfortable for long periods of work
Alan Pearce alan@alanpearce.uk
Mon, 08 May 2017 14:08:19 +0200
commit

bb0338c94a1ce73394a3e9f4eb418110a8a29821

parent

c84f0d2d15bb70946ef071f6def5f44e0f2656cf

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -207,7 +207,7 @@ ((eq window-system 'ns)       (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l"))))
         (if (eq displays 1)
             (ap/set-fonts "Lekton" 20 "Lucida Grande" 16 t)
-          (ap/set-fonts "Monaco" 10 "Lucida Grande" 12 nil 0.1))))
+          (ap/set-fonts "Monaco" 14 "Lucida Grande" 12 nil 0.1))))
      ((eq window-system 'x)
       (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 14))
       (ap/set-fonts "Fixed" 14 "Lucida" 14 nil))))