diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-22 21:08:54 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-22 21:18:39 -0500 |
commit | 5f1d5a2e9fc18cbf87d1e76250ab503d36e3c1b4 (patch) | |
tree | 2b60abaf4f9e8aafc0caa38920952215e16620d3 /dot_emacs | |
parent | Updated known hosts (diff) |
fixed emacs fonts
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |