emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/buffer-expose 35a4bd4 6/8: Add more rules for buffers b


From: Clemens Radermacher
Subject: [elpa] externals/buffer-expose 35a4bd4 6/8: Add more rules for buffers below default value of max-num-windows
Date: Sun, 24 Mar 2019 06:14:04 -0400 (EDT)

branch: externals/buffer-expose
commit 35a4bd46cc2d9cc42a7e10738f128fc2f0ea951d
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add more rules for buffers below default value of max-num-windows
---
 buffer-expose.el | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/buffer-expose.el b/buffer-expose.el
index 61a0a27..0923822 100644
--- a/buffer-expose.el
+++ b/buffer-expose.el
@@ -159,11 +159,17 @@ A value if 0 means no limit."
     (18 . (6 . 3))
     (16 . (4 . 4))
     (12 . (4 . 3))
-    (8 . (4 . 2))
-    (6 . (3 . 2))
-    (4 . (2 . 2))
-    (2 . (2 . 1))
-    (1 . (1 . 1)))
+    (11 . (4 . 3))
+    (10 . (4 . 3))
+    (9  . (4 . 3))
+    (8  . (4 . 2))
+    (7  . (4 . 2))
+    (6  . (3 . 2))
+    (5  . (3 . 2))
+    (4  . (2 . 2))
+    (3  . (2 . 2))
+    (2  . (2 . 1))
+    (1  . (1 . 1)))
   "Rules for the amount of windows and how to display them.
 
 The `car' contains the number of buffers to display and is mapped



reply via email to

[Prev in Thread] Current Thread [Next in Thread]