From 5c6b3d55d9324150a3feefc10bc7c71b2afcaf2d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 27 May 2017 16:24:12 -0400 Subject: [PATCH] Updates Emacs config to specify font size --- configs/.emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/.emacs b/configs/.emacs index dd6f7489a..691a98371 100644 --- a/configs/.emacs +++ b/configs/.emacs @@ -625,7 +625,7 @@ (setq-default indent-tabs-mode nil) ;; Change font settings - (add-to-list 'default-frame-alist '(font . "Menlo")) + (add-to-list 'default-frame-alist '(font . "Menlo-10")) ;; Force save buffers