mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Set font for all frames, current and future
This commit is contained in:
@ -225,7 +225,7 @@
|
||||
(setq frame-title-format '(buffer-file-name "%f" ("%b")))
|
||||
;; Set theme and font
|
||||
(with-demoted-errors "FONT ERROR: %s"
|
||||
(set-frame-font doom-ui-font t)
|
||||
(set-frame-font doom-ui-font t t)
|
||||
;; Fallback to `doom-unicode-font' for Unicode characters
|
||||
(set-fontset-font t 'unicode doom-unicode-font)
|
||||
;; Set font for variable-pitch mode
|
||||
|
Reference in New Issue
Block a user