fixing emacs variable font on linux

This commit is contained in:
Andrew Davidson 2023-02-11 08:25:07 -08:00
parent dec15d5615
commit aa02697d75
Signed by: amd
GPG key ID: F1199FC0A76BB402

View file

@ -22,7 +22,7 @@
;; accept. For example:
;;
(setq doom-font (font-spec :family "Hack" :size 12)
doom-variable-pitch-font (font-spec :family "Arial" :size 12))
doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 12))
;;
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to