Update README.

This commit is contained in:
Vincent Zhang 2018-11-02 16:59:50 +08:00
parent 4f0c1b0fdf
commit e9d4728b21

View file

@ -73,8 +73,8 @@ Recommand to use [doom-themes](https://github.com/hlissner/emacs-doom-themes);
(setq doom-modeline-icon t)
;; Dont 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)
```