From 93b23592b5c26dcaf55b9d383cb5e6973745b4c9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 8 Oct 2015 13:29:02 +0200 Subject: [PATCH] Update init.el --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index c6a5b5a..9fc1ddd 100644 --- a/init.el +++ b/init.el @@ -50,6 +50,8 @@ (setq magit-auto-revert-mode nil) (setq magit-last-seen-setup-instructions "1.4.0") +(set-face-attribute 'default t :font "Hack-10") +(set-frame-font "Hack-10" nil t) (custom-set-faces ;; custom-set-faces was added by Custom.