fixing emacs variable font on linux
This commit is contained in:
parent
dec15d5615
commit
aa02697d75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue