diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 14:21:15 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 14:21:15 -0500 |
commit | 9d908216ba660195e48bf7caa16f4251c39b6100 (patch) | |
tree | 042a0b0d5b8693efe2e0a0d984ca8c020892acf5 /dot_emacs | |
parent | drop old auctex stuff (diff) |
Use inconsolata in emacs
Diffstat (limited to 'dot_emacs')
-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 |