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))