Disable default doom-font in config.el template

Closes #3194
This commit is contained in:
Henrik Lissner 2020-05-25 16:30:21 -04:00
parent 9f024e549f
commit f47ec8b919
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -19,7 +19,8 @@
;;
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
;; font string. You generally only need these two:
(setq doom-font (font-spec :family "monospace" :size 14))
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the