Fix font naming issue

* modified: lisp/init-ui.el
This commit is contained in:
Jens Luedicke
2026-01-21 17:11:46 +01:00
parent b02a15f7e5
commit 41b8b20f76

View File

@@ -195,9 +195,8 @@
:width 'normal) :width 'normal)
;; Ensure font settings apply to new frames ;; Ensure font settings apply to new frames
;; Use the proper font spec format ;; Use string format for fonts starting with numbers (font-spec has parsing issues)
(add-to-list 'default-frame-alist (add-to-list 'default-frame-alist '(font . "0xProto Nerd Font Mono-12"))
(cons 'font (font-spec :family "0xProto Nerd Font Mono" :size 18)))
;;; Diff-hl face customizations ;;; Diff-hl face customizations
(with-eval-after-load 'diff-hl (with-eval-after-load 'diff-hl