diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 18:18:35 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 18:18:35 -0500 |
commit | 7a6b2b816d2281158e644341a21a35ff9aa8cf54 (patch) | |
tree | 872d65867ebf7c64e4a045ae4464cc54fbdb4d36 /dot_emacs.tmpl | |
parent | /usr/src is safe on openbsd (diff) |
emacs font size on openbsd
Diffstat (limited to 'dot_emacs.tmpl')
-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 }} ))))) |