From 7e1e3176c19c893a428f0b4b2e263fd8744139c1 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 19 Dec 2021 12:32:33 -0500 Subject: Switch emacs font to spleen --- dot_emacs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index b4506a7..89ebc55 100644 --- a/dot_emacs +++ b/dot_emacs @@ -31,8 +31,12 @@ align-regexp (around align-regexp-with-spaces activate) (let ((indent-tabs-mode nil)) ad-do-it)) + :custom + (face-font-family-alternatives + (append '(("Spleen" "Spleen 16x32" "FreeMono" "Liberation Mono")) + face-font-family-alternatives)) :custom-face - (default ((t (:family "Inconsolata"))))) + (default ((t (:family "Spleen"))))) (if (string= (system-name) "demeter.rak.ac") (use-package leuven-theme ; nice theme for lecturing / projectors -- cgit v1.2.3