diff options
-rw-r--r-- | dot_emacs.tmpl (renamed from dot_emacs) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dot_emacs b/dot_emacs.tmpl index 5ddfd4b..bca1d2c 100644 --- a/dot_emacs +++ b/dot_emacs.tmpl @@ -39,7 +39,11 @@ face-font-family-alternatives)) :custom-face (default ((t (:family "Spleen 16x32" - :height 130 ; unit is 1/10 pt + {{ if (eq .chezmoi.os "openbsd") -}} + :height 80 ; unit is 1/10 pt + {{- else -}} + :height 130 ; unit is 1/10 pt + {{- end }} ))))) (if (string= (system-name) "demeter.rak.ac") |