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) ```