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 --------------------------------------------------------------------- ;; Global ---------------------------------------------------------------------
;; font size ;; font size
(set-face-attribute 'default nil :height 110) ;;(set-face-attribute 'default nil :height 110)
;; whitespace-mode ;; whitespace-mode
(setq-default show-trailing-whitespace nil) (setq-default show-trailing-whitespace nil)
;; When point is on paranthesis, highlight the matching one ;; 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 ;; When emacs asks for "yes" or "no", let "y" or "n" sufficide
(fset 'yes-or-no-p 'y-or-n-p) (fset 'yes-or-no-p 'y-or-n-p)
;; font ;; 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 ;; setup right and left margins
;; (add-hook 'window-configuration-change-hook ;; (add-hook 'window-configuration-change-hook
;; (lambda () ;; (lambda ()

Binary file not shown.

Binary file not shown.