diff options
author | Alan Pearce | 2016-05-30 16:55:08 +0200 |
---|---|---|
committer | Alan Pearce | 2016-05-30 16:55:08 +0200 |
commit | a45524199f496d2c11d495df7a4309639ecbc7f0 (patch) | |
tree | ed5257646d8007b8537816009c1b28f71267e39b /tag-emacs | |
parent | 662299dfb2ff04b933a29aa8ecacfde8ae14530d (diff) | |
parent | 93be44615b0177b103685706e633a0a25a6bfb1f (diff) | |
download | dotfiles-a45524199f496d2c11d495df7a4309639ecbc7f0.tar.lz dotfiles-a45524199f496d2c11d495df7a4309639ecbc7f0.tar.zst dotfiles-a45524199f496d2c11d495df7a4309639ecbc7f0.zip |
Merge branch 'master' of github.com:alanpearce/dotfiles
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 315fef7..aa3fb1d 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 |