aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-22 21:08:54 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-22 21:18:39 -0500
commit5f1d5a2e9fc18cbf87d1e76250ab503d36e3c1b4 (patch)
tree2b60abaf4f9e8aafc0caa38920952215e16620d3 /dot_emacs
parentUpdated known hosts (diff)
fixed emacs fonts
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs4
1 files changed, 2 insertions, 2 deletions
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