aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
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