From 61bb98686b091101c1349922188f8141ffdcbf74 Mon Sep 17 00:00:00 2001 From: Correl Date: Fri, 1 Oct 2021 16:21:47 -0400 Subject: [PATCH] [emacs] Adjust variable pitch font size --- .doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 4e01a8b..bbdadaf 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -70,7 +70,7 @@ version of the [[https://github.com/edwardtufte/et-book][Edward Tufte book font] #+begin_src emacs-lisp (use-package! mixed-pitch :hook ((org-mode markdown-mode rst-mode) . mixed-pitch-mode)) - (setq doom-variable-pitch-font (font-spec :family "ETBookOT" :size 19)) + (setq doom-variable-pitch-font (font-spec :family "ETBookOT")) #+end_src * UX Improvements ** Disable C-z backgrounding when the GUI is loaded