diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-09T12·04+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-09T12·04+0200 |
commit | c5f6606f63bf1a916d81d11f000003ff1ca668c6 (patch) | |
tree | 328bbabee59eadca603f1b816600650f05869842 /emacs.d/init-settings.el | |
parent | b65611db02e7d63c7b2d23f70eece5381c6ab700 (diff) |
emacs: Switched font
Diffstat (limited to 'emacs.d/init-settings.el')
-rw-r--r-- | emacs.d/init-settings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el index 201f8465ebf9..aa73e25a69ea 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")) |