Update font

This commit is contained in:
Curt Spark 2026-02-28 15:28:58 +00:00
parent 7a92259a71
commit d14633a1fd
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
(midnight-mode 1)
;; Emacs client configuration
(set-frame-font "SFMono Nerd Font 20")
(setq default-frame-alist '((font . "SFMono Nerd Font 20")))
(set-frame-font "MesloLGL Nerd Font 20")
(setq default-frame-alist '((font . "MesloLGL Nerd Font 20")))
(defun client-config ()
(scroll-bar-mode 0)
)