aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2024-01-01 18:50:14 -0500
committerRyan Kavanagh <rak@rak.ac>2024-01-01 18:50:14 -0500
commit0575c1a224a5e27cba38c0ff4b004e7430263c22 (patch)
tree936f3319c3ba8dc4a448e2c09b6d2aee9efb3028
parentAdd bindings to switch between outputs (diff)
Switch emacs to Iosevka
-rw-r--r--dot_emacs.tmpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl
index 861a522..04ee42b 100644
--- a/dot_emacs.tmpl
+++ b/dot_emacs.tmpl
@@ -36,16 +36,8 @@
(default-input-method "TeX")
(user-full-name "Ryan Kavanagh")
(user-mail-address "rak@rak.ac")
- (face-font-family-alternatives
- (append '(("Spleen 16x32" "Ubuntu Mono" "FreeMono" "Liberation Mono"))
- face-font-family-alternatives))
:custom-face
- (default ((t (:family {{ if (eq .chezmoi.os "openbsd") -}}
- "Spleen 12x24" :height 80 ; unit is 1/10 pt
- {{- else -}}
- "Spleen 16x32" :height 130 ; unit is 1/10 pt
- {{- end }}
- )))))
+ (default ((t (:family "Iosevka")))))
(if (string= (system-name) "demeter.rak.ac")
(use-package leuven-theme ; nice theme for lecturing / projectors