Ignore X resources for Emacs 27+
A negligible boost in startup speed.
This commit is contained in:
parent
4bc65a3f78
commit
bbc6f19381
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue