Fix default font for Emacs
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
(load-theme 'nordic-night t)
|
||||
|
||||
;; Setting default font
|
||||
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
|
||||
(set-frame-font "Liberation Mono 14" nil t)
|
||||
|
||||
(add-to-list 'default-frame-alist
|
||||
'(font . "Liberation Mono-14"))
|
||||
|
||||
;; Remove toolbar
|
||||
(tool-bar-mode -1)
|
||||
|
||||
Reference in New Issue
Block a user