all repos — nixfiles @ a45524199f496d2c11d495df7a4309639ecbc7f0

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

Merge branch 'master' of github.com:alanpearce/dotfiles

Alan Pearce
commit

a45524199f496d2c11d495df7a4309639ecbc7f0

parent

662299dfb2ff04b933a29aa8ecacfde8ae14530d

1 file changed, 3 insertions(+), 1 deletion(-)

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