chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b911d2f
)
el/dot-emacs.el: Prevent Emacs from resizing my windows without permission.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:58:55 +0000
(12:58 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index f83d7edb2702e4db38dff74c261bb660f9e8f3c5..70f186783e9acdf6717021a3ccc4b41aefd559dc 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-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