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