diff --git a/early-init.el b/early-init.el index db64ecd..c275119 100644 --- a/early-init.el +++ b/early-init.el @@ -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) diff --git a/init.el b/init.el index d9ba7cb..c5440fc 100644 --- a/init.el +++ b/init.el @@ -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