doom: vary font size based on system

This commit is contained in:
insects 2024-10-09 11:00:48 +02:00
parent 947b19dda4
commit ed83847fce

View file

@ -21,8 +21,11 @@
;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example:
;;
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 19 :weight 'semi-light))
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
(when (string= (system-name) "enoko")
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 25 :weight 'semi-light)))
(when (string= (system-name) "yukari")
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 19 :weight 'semi-light)))
;;
;; 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