From 7357dc5f8bdab8a0825ffb107913fb7f66a552d2 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 6 Jun 2024 14:15:55 +0700 Subject: [PATCH] Emacs: Change font size for puter --- .config/emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/init.org b/.config/emacs/init.org index 7c310c4..5f584cb 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -518,7 +518,7 @@ Ligatures... are they that useful? ;; (set-face-attribute 'default nil :family "Fira Code Nerd Font" :height 150) (let ((height (if (equal "flowjoe-f37" (system-name)) 115 - 130))) + 105))) (set-face-attribute 'default nil :family "JetBrainsMono Nerd Font Mono" :height height))