mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Ignore X resources for Emacs 27+
A negligible boost in startup speed.
This commit is contained in:
@ -20,3 +20,8 @@
|
|||||||
;; font. By inhibiting this, we easily halve startup times with fonts that are
|
;; font. By inhibiting this, we easily halve startup times with fonts that are
|
||||||
;; larger than the system default.
|
;; larger than the system default.
|
||||||
(setq frame-inhibit-implied-resize t)
|
(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)
|
||||||
|
Reference in New Issue
Block a user