From 2373429e76ea3dabe97c84671655b281a93556cb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 11 May 2018 20:17:21 +0200 Subject: [PATCH] inhibit-compacting-font-caches = t Performance at the cost of some space efficiency --- core/core-ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-ui.el b/core/core-ui.el index 026e80689..779a5c674 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -67,6 +67,7 @@ with `doom//reload-theme').") image-animate-loop t indicate-buffer-boundaries nil indicate-empty-lines nil + inhibit-compacting-font-caches t max-mini-window-height 0.3 mode-line-default-help-echo nil ; disable mode-line mouseovers mouse-yank-at-point t ; middle-click paste at point, not at click