Maybe being more generous with the font cache will help performance?

This commit is contained in:
tecosaur 2020-03-18 12:07:19 +08:00
parent 905ccfd632
commit 14041ea1a6
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ shown by =SPC h v= and selecting what I thought looks good, I've ended up adding
(setq undo-limit 80000000 ; Raise undo-limit to 80Mb
evil-want-fine-undo t ; By default while in insert all changes are one big blob. Be more granular
auto-save-default t) ; Nobody likes to loose work, I certainly don't
auto-save-default t ; Nobody likes to loose work, I certainly don't
inhibit-compacting-font-caches t) ; When there are lots of glyphs, keep them in memory
(delete-selection-mode 1) ; Replace selection when inserting text
(display-time-mode 1) ; Enable time in the mode-line