Remove default doom-variable-pitch-font in config.el template
"sans" may not be available.
This commit is contained in:
parent
d7d873e11b
commit
9012635d3f
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@
|
|||
;;
|
||||
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
|
||||
;; font string. You generally only need these two:
|
||||
;; test
|
||||
(setq doom-font (font-spec :family "monospace" :size 14)
|
||||
doom-variable-pitch-font (font-spec :family "sans"))
|
||||
(setq doom-font (font-spec :family "monospace" :size 14))
|
||||
|
||||
;; 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue