From e963d456b6b1a3936174fada2e7d38eb891fe15b Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 17 Dec 2016 07:17:38 -0800 Subject: [PATCH] Support Input Mono on Windows (Don't know why it's named differently.) --- .emacs.d/core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/core.el b/.emacs.d/core.el index a8b2f87..b0d86aa 100644 --- a/.emacs.d/core.el +++ b/.emacs.d/core.el @@ -194,6 +194,7 @@ (setq my-font-choice (font-candidate "Input Mono-12:weight=light" + "InputMono Light-12:light" "Consolas-10" "Inconsolata-11"))