Fix default font for Emacs

This commit is contained in:
Fabio Scotto di Santolo
2026-02-10 21:00:38 +01:00
parent 75eae85f4d
commit 0984d55782

View File

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