From 6a8279dc16f54621d1b352b62fa23c6d10aec037 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 20 May 2017 07:13:31 -0700 Subject: [PATCH] Input mono narrow on windows --- .emacs.d/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/core.el b/.emacs.d/core.el index 015f2ba..b0eb1e2 100644 --- a/.emacs.d/core.el +++ b/.emacs.d/core.el @@ -166,7 +166,7 @@ (setq my-font-choice (font-candidate "Input Mono Narrow-12:weight=light" - "InputMono Light-12:light" + "InputMonoNarrow Light-12:light" "Consolas-10" "Inconsolata-11"))