about summary refs log tree commit diff
path: root/emacs.d/init-settings.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-09T12·04+0200
committerVincent Ambo <vincent@spotify.com>2013-07-09T12·04+0200
commitc5f6606f63bf1a916d81d11f000003ff1ca668c6 (patch)
tree328bbabee59eadca603f1b816600650f05869842 /emacs.d/init-settings.el
parentb65611db02e7d63c7b2d23f70eece5381c6ab700 (diff)
emacs: Switched font
Diffstat (limited to 'emacs.d/init-settings.el')
-rw-r--r--emacs.d/init-settings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el
index 201f8465eb..aa73e25a69 100644
--- a/emacs.d/init-settings.el
+++ b/emacs.d/init-settings.el
@@ -94,6 +94,8 @@ comment as a filename."
 
 (global-hl-line-mode -1)
 
+(set-default-font "Source Code Pro 13")
+
 ;; Hiding JOIN, QUIT, PART
 (setq erc-hide-list '("JOIN" "PART" "QUIT"))