diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-10-02 11:09:36 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-10-02 11:09:36 -0400 |
commit | f872ee75171f88a59cec2e3ffdc36ad02d270b17 (patch) | |
tree | d1aae626bf961b653d812ca406ce23d07fb17f9a | |
parent | Latex config emacs (diff) |
Change default emacs font
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |