diff options
Diffstat (limited to '')
-rw-r--r-- | dot_emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ (around align-regexp-with-spaces activate) (let ((indent-tabs-mode nil)) ad-do-it)) :custom-face - (default ((t (:family "Input Mono" :foundry "FBI " :slant normal :weight normal :height 89 :width normal))))) + (default ((t (:family "Inconsolata"))))) (if (string= (system-name) "demeter.rak.ac") (use-package leuven-theme ; nice theme for lecturing / projectors |