Update font
This commit is contained in:
parent
7a92259a71
commit
d14633a1fd
4
init.el
4
init.el
|
|
@ -51,8 +51,8 @@
|
||||||
(midnight-mode 1)
|
(midnight-mode 1)
|
||||||
|
|
||||||
;; Emacs client configuration
|
;; Emacs client configuration
|
||||||
(set-frame-font "SFMono Nerd Font 20")
|
(set-frame-font "MesloLGL Nerd Font 20")
|
||||||
(setq default-frame-alist '((font . "SFMono Nerd Font 20")))
|
(setq default-frame-alist '((font . "MesloLGL Nerd Font 20")))
|
||||||
(defun client-config ()
|
(defun client-config ()
|
||||||
(scroll-bar-mode 0)
|
(scroll-bar-mode 0)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue