el/dot-emacs.el: Collapse to adjacent and related `setq' forms.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 29 Apr 2024 09:58:01 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 29 Apr 2024 10:05:46 +0000 (11:05 +0100)
el/dot-emacs.el

index 1fc5263..07b6d03 100644 (file)
@@ -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."