From 92ceeb37c11dd8c408c1ecdb94521e662fe0b8f2 Mon Sep 17 00:00:00 2001 From: Leni Ven Date: Sat, 28 Jan 2023 00:01:46 -0800 Subject: [PATCH] doomemacs smaller font --- home/doomemacs/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/doomemacs/config.el b/home/doomemacs/config.el index bc85c79..a1cdd1b 100644 --- a/home/doomemacs/config.el +++ b/home/doomemacs/config.el @@ -34,8 +34,8 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "Source Code Pro" :size 24 :weight 'semi-light) - doom-variable-pitch-font (font-spec :family "Source Code Pro" :size 25)) +(setq doom-font (font-spec :family "Source Code Pro" :size 14 :weight 'semi-light) + doom-variable-pitch-font (font-spec :family "Source Code Pro" :size 15)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to