From 0575c1a224a5e27cba38c0ff4b004e7430263c22 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 1 Jan 2024 18:50:14 -0500 Subject: Switch emacs to Iosevka --- dot_emacs.tmpl | 10 +--------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3