From 7a6b2b816d2281158e644341a21a35ff9aa8cf54 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 9 Feb 2023 18:18:35 -0500 Subject: emacs font size on openbsd --- dot_emacs.tmpl | 7 +++---- 1 file 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 }} ))))) -- cgit v1.2.3