From 5f1d5a2e9fc18cbf87d1e76250ab503d36e3c1b4 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 22 Dec 2021 21:08:54 -0500 Subject: fixed emacs fonts --- dot_emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 89ebc55..7beff93 100644 --- a/dot_emacs +++ b/dot_emacs @@ -33,10 +33,10 @@ (let ((indent-tabs-mode nil)) ad-do-it)) :custom (face-font-family-alternatives - (append '(("Spleen" "Spleen 16x32" "FreeMono" "Liberation Mono")) + (append '(("Spleen 16x32" "Ubuntu Mono" "FreeMono" "Liberation Mono")) face-font-family-alternatives)) :custom-face - (default ((t (:family "Spleen"))))) + (default ((t (:family "Spleen 16x32"))))) (if (string= (system-name) "demeter.rak.ac") (use-package leuven-theme ; nice theme for lecturing / projectors -- cgit v1.2.3