aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-19 12:32:33 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-19 12:32:33 -0500
commit7e1e3176c19c893a428f0b4b2e263fd8744139c1 (patch)
tree18b194eac33ae6615e3b652f203ddd6f58351967 /dot_emacs
parentmore packages (diff)
Switch emacs font to spleen
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs6
1 files changed, 5 insertions, 1 deletions
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