From d14633a1fd8c724b9ddd68a6d4f82f7d616cb4c5 Mon Sep 17 00:00:00 2001 From: cspark Date: Sat, 28 Feb 2026 15:28:58 +0000 Subject: [PATCH] Update font --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 5df0908..7810295 100644 --- a/init.el +++ b/init.el @@ -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) )