diff options
author | Alan Pearce | 2016-07-03 20:58:51 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-03 20:58:51 +0200 |
commit | 4409f5fcef18a2d9a385f21422aaba863485429c (patch) | |
tree | de22796feaa70adb1354cf3a9622c7618848e50a /tag-emacs/emacs.d | |
parent | 4777da182dd0ccbb36051e162e5265a8687144c0 (diff) | |
parent | 56533b7ddf4ecbef67110a56d38d8df16fc20c6f (diff) | |
download | nixfiles-4409f5fcef18a2d9a385f21422aaba863485429c.tar.lz nixfiles-4409f5fcef18a2d9a385f21422aaba863485429c.tar.zst nixfiles-4409f5fcef18a2d9a385f21422aaba863485429c.zip |
Merge branch 'master' of git.alanpearce.uk:alan/dotfiles
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 1718b8af..c13011c7 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -180,7 +180,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l")))) (if (eq displays 1) (ap/set-fonts "PT Mono" 12 "Lucide Grande" 12 t) - (ap/set-fonts "Anonymous Pro" 11 "Lucida Grande" 12 nil)))) + (ap/set-fonts "ProggyOptiS" 11 "Lucida Grande" 12 nil)))) ((eq window-system 'x) (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t)))) |