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.
This commit is contained in:
Daniel - 2020-09-11 16:49:57 +02:00
parent 5961491f77
commit beca0bf7c5
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

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