chiark / gitweb /
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 f83d7edb2702e4db38dff74c261bb660f9e8f3c5..70f186783e9acdf6717021a3ccc4b41aefd559dc 100644 (file)
@@ -588,6 +588,9 @@ (defadvice display-buffer (before mdw-inhibit-other-frames activate)
 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