Emacs: Change font size for puter

This commit is contained in:
Joseph Ferano 2024-06-06 14:15:55 +07:00
parent 2cc7192412
commit 7357dc5f8b

View File

@ -518,7 +518,7 @@ Ligatures... are they that useful?
;; (set-face-attribute 'default nil :family "Fira Code Nerd Font" :height 150) ;; (set-face-attribute 'default nil :family "Fira Code Nerd Font" :height 150)
(let ((height (if (equal "flowjoe-f37" (system-name)) (let ((height (if (equal "flowjoe-f37" (system-name))
115 115
130))) 105)))
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font Mono" :height height)) (set-face-attribute 'default nil :family "JetBrainsMono Nerd Font Mono" :height height))