diff options
-rw-r--r-- | dot_emacs.tmpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 167aaf8..b41f5a3 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -39,11 +39,10 @@ (append '(("Spleen 16x32" "Ubuntu Mono" "FreeMono" "Liberation Mono")) face-font-family-alternatives)) :custom-face - (default ((t (:family "Spleen 16x32" - {{ if (eq .chezmoi.os "openbsd") -}} - :height 80 ; unit is 1/10 pt + (default ((t (:family {{ if (eq .chezmoi.os "openbsd") -}} + "Spleen 12x24" :height 80 ; unit is 1/10 pt {{- else -}} - :height 130 ; unit is 1/10 pt + "Spleen 16x32" :height 130 ; unit is 1/10 pt {{- end }} ))))) |