Set font for all frames, current and future

This commit is contained in:
Henrik Lissner 2017-01-03 19:57:56 -05:00
parent 1b004e8336
commit 77bb3b47b5

View file

@ -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