Emacs: Switch font to Source Code Pro
Alan Pearce alan.pearce@spotcap.com
Mon, 14 Mar 2016 16:23:50 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org ā tag-emacs/emacs.d/init.org
@@ -181,7 +181,7 @@ (cond ((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