Move some frame configuration to early-init
Inspired by https://github.com/LionyxML/emacs-solo/blob/main/early-init.el. I am not quite sure whether this will have much effect, though.
This commit is contained in:
parent
d40c0bc085
commit
4113bc6bc5
@ -13,3 +13,6 @@
|
||||
(lambda ()
|
||||
(setq gc-cons-threshold (* 100 1024 1024) ; 100mb
|
||||
gc-cons-percentage 0.1)))
|
||||
|
||||
(setq frame-resize-pixelwise t
|
||||
frame-inhibit-implied-resize t)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user