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:
Daniel Borchmann 2025-03-22 16:23:33 +01:00
parent d40c0bc085
commit 4113bc6bc5
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -116,7 +116,6 @@
;; Startup configuration
(setq inhibit-startup-message t
inhibit-default-init t
frame-inhibit-implied-resize t
initial-scratch-message nil
initial-major-mode 'fundamental-mode
ring-bell-function #'ignore