From ccfe4beaa407cfe510bcc5efe5968eb97d43b6f4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 11 Oct 2016 13:21:31 +0200 Subject: [PATCH] Use Fira Mono for big mode --- modules/custom-demo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/custom-demo.el b/modules/custom-demo.el index 0d73c4078..b5d3ace7d 100644 --- a/modules/custom-demo.el +++ b/modules/custom-demo.el @@ -7,7 +7,7 @@ ;; + TODO peer programming collab ;; Big-mode settings -(defconst big-mode-font (font-spec :family "Inconsolata" :size 16)) +(defconst big-mode-font (font-spec :family "Fira Mono" :size 14)) (defconst big-mode-line-spacing 0) (defconst big-mode-modeline-height 35)