From: Mark Wooding Date: Sat, 27 Jun 2020 11:58:55 +0000 (+0100) Subject: el/dot-emacs.el: Prevent Emacs from resizing my windows without permission. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/5d561c35518521c886bdf0f3c42532fd2008ba53 el/dot-emacs.el: Prevent Emacs from resizing my windows without permission. Again. Maybe this time it will take. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index f83d7ed..70f1867 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -588,6 +588,9 @@ Even if an existing window in some random frame looks tempting." Pretend they don't exist. They might be on other display devices." (ad-set-arg 2 nil)) +(setq even-window-sizes nil + even-window-heights nil) + ;; Rename buffers along with files. (defvar mdw-inhibit-rename-buffer nil