Change font to Source Code Pro

This commit is contained in:
sbenner 2013-11-26 09:43:51 -05:00
parent 29ab549e21
commit 25bab03a81
4 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
;; Global ---------------------------------------------------------------------
;; font size
(set-face-attribute 'default nil :height 110)
;;(set-face-attribute 'default nil :height 110)
;; whitespace-mode
(setq-default show-trailing-whitespace nil)
;; When point is on paranthesis, highlight the matching one

View file

@ -24,7 +24,8 @@
;; When emacs asks for "yes" or "no", let "y" or "n" sufficide
(fset 'yes-or-no-p 'y-or-n-p)
;; font
(set-default-font "DejaVu Sans Mono-10")
;; (set-default-font "DejaVu Sans Mono-10")
(set-default-font "Source Code Pro-10")
;; setup right and left margins
;; (add-hook 'window-configuration-change-hook
;; (lambda ()

Binary file not shown.

Binary file not shown.