switching fonts to get doom to load on mac
This commit is contained in:
parent
da15a78ba1
commit
35eb61d191
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
;; accept. For example:
|
;; accept. For example:
|
||||||
;;
|
;;
|
||||||
(setq doom-font (font-spec :family "Hack" :size 12)
|
(setq doom-font (font-spec :family "Hack" :size 12)
|
||||||
doom-variable-pitch-font (font-spec :family "Noto Sans" :size 12))
|
doom-variable-pitch-font (font-spec :family "Arial" :size 12))
|
||||||
;;
|
;;
|
||||||
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
|
;; 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
|
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
|
||||||
|
|
Loading…
Reference in a new issue