emacs: update frame-inhibit-implied-resize to work the way it always did

This commit is contained in:
Protesilaos Stavrou 2025-05-22 07:34:28 +03:00
parent 3b719e5582
commit ca46323d3b
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ Simplified version of `add-to-list'."
'(default-frame-alist initial-frame-alist)))
(setq frame-resize-pixelwise t
frame-inhibit-implied-resize t
frame-inhibit-implied-resize 'force
frame-title-format '("%b")
ring-bell-function 'ignore
use-dialog-box t ; only for mouse events, which I seldom use

View file

@ -314,7 +314,7 @@ I never want.
#+begin_src emacs-lisp :tangle "early-init.el"
(setq frame-resize-pixelwise t
frame-inhibit-implied-resize t
frame-inhibit-implied-resize 'force
frame-title-format '("%b")
ring-bell-function 'ignore
use-dialog-box t ; only for mouse events, which I seldom use