From 8111d371cc1adfa52228e82c61c8a52e257d1933 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 19 Sep 2021 15:31:18 -0400 Subject: [PATCH] Default to 120 dpi font size --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 0a2a179..3db7edd 100644 --- a/README.org +++ b/README.org @@ -2148,7 +2148,7 @@ epkgs.hydra #+BEGIN_SRC emacs-lisp ;; Configure the font when running as `emacs-server'. (custom-set-faces - '(default ((t (:inherit nil :height 96 :family "Iosevka"))))) + '(default ((t (:inherit nil :height 120 :family "Iosevka"))))) ;; Set all three of Emacs' font faces. ;; NOTE: This only works without `emacs-server'.