Fix font naming issue
* modified: lisp/init-ui.el
This commit is contained in:
@@ -195,9 +195,8 @@
|
||||
:width 'normal)
|
||||
|
||||
;; Ensure font settings apply to new frames
|
||||
;; Use the proper font spec format
|
||||
(add-to-list 'default-frame-alist
|
||||
(cons 'font (font-spec :family "0xProto Nerd Font Mono" :size 18)))
|
||||
;; Use string format for fonts starting with numbers (font-spec has parsing issues)
|
||||
(add-to-list 'default-frame-alist '(font . "0xProto Nerd Font Mono-12"))
|
||||
|
||||
;;; Diff-hl face customizations
|
||||
(with-eval-after-load 'diff-hl
|
||||
|
||||
Reference in New Issue
Block a user