Ignore X resources for Emacs 27+

A negligible boost in startup speed.
This commit is contained in:
Henrik Lissner 2019-09-06 15:40:38 -04:00
parent 4bc65a3f78
commit bbc6f19381
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -20,3 +20,8 @@
;; font. By inhibiting this, we easily halve startup times with fonts that are
;; larger than the system default.
(setq frame-inhibit-implied-resize t)
;; Ignore X resources; its settings would be redundant with the other settings
;; in this file and can conflict with later config (particularly where the
;; cursor color is concerned).
(advice-add #'x-apply-session-resources :override #'ignore)