el/dot-emacs.el: Prevent Emacs from resizing my windows without permission.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:58:55 +0000 (12:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:58:55 +0000 (12:58 +0100)
Again.  Maybe this time it will take.

el/dot-emacs.el

index f83d7ed..70f1867 100644 (file)
@@ -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