diff options
author | Alan Pearce | 2016-03-14 16:23:50 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-14 16:23:50 +0100 |
commit | 2d5404163d81e49255bc6f9b713440021c1cf872 (patch) | |
tree | 1b39d091c4004b1aa2f9e90ea1e44bff4ad21ea3 /tag-emacs/emacs.d/init.org | |
parent | 1619b49880bcf99f522306ce33a78eb233b30952 (diff) | |
download | nixfiles-2d5404163d81e49255bc6f9b713440021c1cf872.tar.lz nixfiles-2d5404163d81e49255bc6f9b713440021c1cf872.tar.zst nixfiles-2d5404163d81e49255bc6f9b713440021c1cf872.zip |
Emacs: Switch font to Source Code Pro
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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 b9ae3ec1..036bfb26 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -181,7 +181,7 @@ 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 "Input Mono" 14 "Input Sans" 14)))) + (ap/set-fonts "Source Code Pro" 14 "Input Sans" 14)))) #+END_SRC Allow font-lock-mode to do background parsing. I’m not really sure if |