From: Mark Wooding Date: Mon, 29 Apr 2024 09:58:01 +0000 (+0100) Subject: el/dot-emacs.el: Collapse to adjacent and related `setq' forms. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/14be6377828468938a6de60f6d5361474e8e42d1 el/dot-emacs.el: Collapse to adjacent and related `setq' forms. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 1fc5263..07b6d03 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -766,9 +766,8 @@ (defadvice display-buffer (before mdw-inhibit-other-frames activate) (ad-set-arg 2 nil)) (setq even-window-sizes nil - even-window-heights nil) - -(setq display-buffer-reuse-frames nil) + even-window-heights nil + display-buffer-reuse-frames nil) (defun mdw-last-window-in-frame-p (window) "Return whether WINDOW is the last in its frame."