From b440053d6aa01b1b382e5a1050be5c0dfe090fa1 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 29 Dec 2021 12:27:12 -0500 Subject: bump default font size in emacs to 13pt --- dot_emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_emacs b/dot_emacs index afc9f6f..928f141 100644 --- a/dot_emacs +++ b/dot_emacs @@ -36,7 +36,9 @@ (append '(("Spleen 16x32" "Ubuntu Mono" "FreeMono" "Liberation Mono")) face-font-family-alternatives)) :custom-face - (default ((t (:family "Spleen 16x32"))))) + (default ((t (:family "Spleen 16x32" + :height 130 ; unit is 1/10 pt + ))))) (if (string= (system-name) "demeter.rak.ac") (use-package leuven-theme ; nice theme for lecturing / projectors -- cgit v1.2.3