[Misc] Inhibit font compactification on Windows

This speeds up display of special characters *a lot*
This commit is contained in:
Daniel - 2017-11-11 08:50:39 +01:00
parent e9e5e0455e
commit 1318b74c61
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 0 deletions

View File

@ -360,6 +360,11 @@ _h_ _l_ _o_k _y_ank
x-underline-at-descent-line t
search-whitespace-regexp "[ \t\r\n]+")
(when (memq system-type '(windows-nt cygwin))
;; treat memory for display time ... but hey, this is Windows, memory doesnt
;; matter!
(setq inhibit-compacting-font-caches t))
(setq-default cursor-type 'bar)
(setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))