[Misc] Inhibit font compactification on Windows
This speeds up display of special characters *a lot*
This commit is contained in:
parent
e9e5e0455e
commit
1318b74c61
5
init.el
5
init.el
@ -360,6 +360,11 @@ _h_ _l_ _o_k _y_ank
|
|||||||
x-underline-at-descent-line t
|
x-underline-at-descent-line t
|
||||||
search-whitespace-regexp "[ \t\r\n]+")
|
search-whitespace-regexp "[ \t\r\n]+")
|
||||||
|
|
||||||
|
(when (memq system-type '(windows-nt cygwin))
|
||||||
|
;; treat memory for display time ... but hey, this is Windows, memory doesn’t
|
||||||
|
;; matter!
|
||||||
|
(setq inhibit-compacting-font-caches t))
|
||||||
|
|
||||||
(setq-default cursor-type 'bar)
|
(setq-default cursor-type 'bar)
|
||||||
|
|
||||||
(setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))
|
(setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user