summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-05-19 20:26:30 +0200
committerAlan Pearce2016-05-19 20:26:30 +0200
commit1b00e6986da83a489c211b7f128fb335dd218ee7 (patch)
tree5c6f6f967e29928b86af41e9e4aa2df54d6c8f7e /tag-emacs
parent8145d2218634ccb212fadb2fe00be11795b25a72 (diff)
downloaddotfiles-1b00e6986da83a489c211b7f128fb335dd218ee7.tar.lz
dotfiles-1b00e6986da83a489c211b7f128fb335dd218ee7.tar.zst
dotfiles-1b00e6986da83a489c211b7f128fb335dd218ee7.zip
Emacs: Use Source Code Pro on X11 as well
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 695fef9..d11798a 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -173,7 +173,9 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
      ((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