aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2017-10-02 11:09:36 -0400
committerRyan Kavanagh <rak@debian.org>2017-10-02 11:09:36 -0400
commitf872ee75171f88a59cec2e3ffdc36ad02d270b17 (patch)
treed1aae626bf961b653d812ca406ce23d07fb17f9a
parentLatex config emacs (diff)
Change default emacs font
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index e4c25aa..f2581af 100644
--- a/.emacs
+++ b/.emacs
@@ -219,7 +219,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:family "Inconsolata" :foundry "unknown" :slant normal :weight normal :height 83 :width normal))))
+ '(default ((t (:family "Input Mono" :foundry "FBI " :slant normal :weight normal :height 89 :width normal))))
'(proof-locked-face ((t (:weight bold))) t))
;;; Others