Address bad performance issue on Windows.

https://github.com/seagle0128/doom-modeline/issues/37
This commit is contained in:
Vincent Zhang 2018-11-28 01:35:55 +08:00
parent 36e081f912
commit b755888f8b

View file

@ -112,6 +112,10 @@ The icons may not be showed correctly in terminal and on Windows.")
;; compatibility
;;
;; Dont compact font caches during GC.
(if (eq system-type 'windows-nt)
(setq inhibit-compacting-font-caches t))
;;`file-local-name' is introduced in 25.2.2.
(unless (fboundp 'file-local-name)
(defun file-local-name (file)