Skip to content

Commit

Permalink
[documentation #28] Add a note to use inhibit-compacting-font-caches
Browse files Browse the repository at this point in the history
  • Loading branch information
domtronn committed Jul 6, 2017
1 parent f468c04 commit f155ce7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,15 @@ Lastly, there is a
should give you some ideas of ways to use this library to spruce up
other Emacs packages.

### Slow Rendering

If you experience a slow down in performace when rendering multiple
icons simultaneously, you can try setting the following variable

```el
(setq inhibit-compacting-font-caches t)
```

Some people have found that this [fixes the problem](https://github.com/domtronn/all-the-icons.el/issues/28)

[▲ back to top](#readme)

0 comments on commit f155ce7

Please sign in to comment.