mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix #37: Update README for the performance issues on Windows.
This commit is contained in:
parent
1d372f0c82
commit
4f0c1b0fdf
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue