From 14be6377828468938a6de60f6d5361474e8e42d1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 29 Apr 2024 10:58:01 +0100 Subject: [PATCH] el/dot-emacs.el: Collapse to adjacent and related `setq' forms. --- el/dot-emacs.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 @@ 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) - -(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." -- 2.11.0