all repos ā€” nixfiles @ 1b00e6986da83a489c211b7f128fb335dd218ee7

System and user configuration, managed by nix and home-manager

Emacs: Use Source Code Pro on X11 as well
Alan Pearce alan@alanpearce.co.uk
Thu, 19 May 2016 20:26:30 +0200
commit

1b00e6986da83a489c211b7f128fb335dd218ee7

parent

8145d2218634ccb212fadb2fe00be11795b25a72

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

jump to
M tag-emacs/emacs.d/init.org ā†’ tag-emacs/emacs.d/init.org
@@ -173,7 +173,9 @@ (cond      ((eq window-system 'w32)
       (ap/set-fonts "Consolas" 10 "Segoe UI" 11))
      ((eq system-type 'darwin)
-      (ap/set-fonts "Source Code Pro" 14 "Input Sans" 14))))
+      (ap/set-fonts "Source Code Pro" 14 "Input Sans" 14))
+     ((eq window-system 'x)
+      (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10))))
 #+END_SRC
 
 Reduce font decoration.  Iā€™m trying to see whether this helps me focus