From 9d908216ba660195e48bf7caa16f4251c39b6100 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 14 Dec 2021 14:21:15 -0500 Subject: Use inconsolata in emacs --- dot_emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 0bd0294..25c3e50 100644 --- a/dot_emacs +++ b/dot_emacs @@ -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 -- cgit v1.2.3