Fix font naming issue
* modified: lisp/init-ui.el
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user