mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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")))
|
(setq frame-title-format '(buffer-file-name "%f" ("%b")))
|
||||||
;; Set theme and font
|
;; Set theme and font
|
||||||
(with-demoted-errors "FONT ERROR: %s"
|
(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
|
;; Fallback to `doom-unicode-font' for Unicode characters
|
||||||
(set-fontset-font t 'unicode doom-unicode-font)
|
(set-fontset-font t 'unicode doom-unicode-font)
|
||||||
;; Set font for variable-pitch mode
|
;; Set font for variable-pitch mode
|
||||||
|
Reference in New Issue
Block a user