From e9d4728b210b83d1f1d3cd2e80a3cfc63098e858 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 2 Nov 2018 16:59:50 +0800 Subject: [PATCH] Update README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6da045..fbc48df 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Recommand to use [doom-themes](https://github.com/hlissner/emacs-doom-themes); (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. +;; If you are expereicing the laggy issue especially on Windows, please set to +;; non-nil. (setq inhibit-compacting-font-caches t) ```