From 84e1b7ab326f1e4e9b7655b46b75c49964dcd761 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Aug 2018 18:12:38 +0200 Subject: [PATCH] Increase font size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m getting old… --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index eb2c6ff..035d9f8 100644 --- a/configuration.org +++ b/configuration.org @@ -927,7 +927,7 @@ Also, maximise the frame. Before this can be used, make sure the [[https://zhm.github.io/symbola/][Symbola]] font is installed. #+BEGIN_SRC emacs-lisp -(set-face-attribute 'default t :font "Hack-10") +(set-face-attribute 'default t :font "Hack-12") (set-frame-font "Hack-10" nil t) (defun --set-emoji-font (frame)