From 4f0c1b0fdfa2ad402604fc137d45923e4273af19 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 2 Nov 2018 16:55:15 +0800 Subject: [PATCH] Fix #37: Update README for the performance issues on Windows. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ca96cc1..c6da045 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ Recommand to use [doom-themes](https://github.com/hlissner/emacs-doom-themes); ;; Whether show `all-the-icons' or not (if nil nothing will be showed). ;; The icons may not be showed correctly on Windows. Disable to make it work. (setq doom-modeline-icon t) + +;; Don’t compact font caches during GC. +;; If you are expereicing the laggy issue especially on Windows, Please add this +;; configuration. +(setq inhibit-compacting-font-caches t) ``` ## Screenshots