Set font for all frames, current and future
This commit is contained in:
parent
1b004e8336
commit
77bb3b47b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue