Fix #37: Update README for the performance issues on Windows.

This commit is contained in:
Vincent Zhang 2018-11-02 16:55:15 +08:00
parent 1d372f0c82
commit 4f0c1b0fdf

View file

@ -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)
;; Dont 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