chiark / gitweb /
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 1fc526349355ab16d15cc332ce72d8f777c56423..07b6d03a0f9cc9d351123e3d1dd10020108172c1 100644 (file)
@@ -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."