From beca0bf7c53d8017be03736b9090555e6ec0fbc5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 11 Sep 2020 16:49:57 +0200 Subject: [PATCH] Inhibit implicit frame resizing This is not important when using a tiled window manager, but may inhibit frame resizing when starting elsewhere, like on windows. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 9adb574..e8f48bf 100644 --- a/init.el +++ b/init.el @@ -360,6 +360,7 @@ (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) (setq inhibit-startup-message t + frame-inhibit-implied-resize t initial-scratch-message nil initial-major-mode 'fundamental-mode ring-bell-function #'ignore