From ef2d37d04e207bbd015f1e44f276313a6e07dad6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 30 Sep 2016 13:33:05 +0200 Subject: [PATCH] Slightly smaller doom-unicode-font --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index e41fbb836..4821df466 100644 --- a/core/core.el +++ b/core/core.el @@ -54,7 +54,7 @@ before killing processes. If there are no buffers with matching major-modes, it gets killed.") (defconst doom-unicode-font - (font-spec :family "DejaVu Sans Mono" :size 13) + (font-spec :family "DejaVu Sans Mono" :size 12) "Fallback font for unicode glyphs.")