Let the window manager deal with resizing

This commit is contained in:
larstvei 2022-10-28 14:03:23 +02:00
parent 117e91781b
commit 24684e4d6b

View File

@ -266,6 +266,7 @@
(setq auto-revert-interval 1 ; Refresh buffers fast (setq auto-revert-interval 1 ; Refresh buffers fast
default-input-method "TeX" ; Use TeX when toggling input method default-input-method "TeX" ; Use TeX when toggling input method
echo-keystrokes 0.1 ; Show keystrokes asap echo-keystrokes 0.1 ; Show keystrokes asap
frame-inhibit-implied-resize 1 ; Don't resize frame implicitly
inhibit-startup-screen t ; No splash screen please inhibit-startup-screen t ; No splash screen please
initial-scratch-message nil ; Clean scratch buffer initial-scratch-message nil ; Clean scratch buffer
recentf-max-saved-items 10000 ; Show more recent files recentf-max-saved-items 10000 ; Show more recent files