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 ()
|
(lambda ()
|
||||||
(setq gc-cons-threshold (* 100 1024 1024) ; 100mb
|
(setq gc-cons-threshold (* 100 1024 1024) ; 100mb
|
||||||
gc-cons-percentage 0.1)))
|
gc-cons-percentage 0.1)))
|
||||||
|
|
||||||
|
(setq frame-resize-pixelwise t
|
||||||
|
frame-inhibit-implied-resize t)
|
||||||
|
|||||||
1
init.el
1
init.el
@ -116,7 +116,6 @@
|
|||||||
;; Startup configuration
|
;; Startup configuration
|
||||||
(setq inhibit-startup-message t
|
(setq inhibit-startup-message t
|
||||||
inhibit-default-init t
|
inhibit-default-init t
|
||||||
frame-inhibit-implied-resize t
|
|
||||||
initial-scratch-message nil
|
initial-scratch-message nil
|
||||||
initial-major-mode 'fundamental-mode
|
initial-major-mode 'fundamental-mode
|
||||||
ring-bell-function #'ignore
|
ring-bell-function #'ignore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user