From c5f6606f63bf1a916d81d11f000003ff1ca668c6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 9 Jul 2013 14:04:58 +0200 Subject: [PATCH] emacs: Switched font --- emacs.d/init-settings.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el index 201f8465e..aa73e25a6 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"))