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

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

[elpa] externals/boxy-headlines 21e47f4 3/6: Centralized options


From: ELPA Syncer
Subject: [elpa] externals/boxy-headlines 21e47f4 3/6: Centralized options
Date: Mon, 4 Oct 2021 17:57:36 -0400 (EDT)

branch: externals/boxy-headlines
commit 21e47f4158ca088459c74782ec05c945511e7958
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@gmail.com>

    Centralized options
---
 boxy-headlines.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/boxy-headlines.el b/boxy-headlines.el
index 6893f2b..e990c98 100644
--- a/boxy-headlines.el
+++ b/boxy-headlines.el
@@ -87,7 +87,7 @@
   :type 'number
   :group 'boxy-headlines)
 
-(defcustom boxy-headlines-default-visibility 2
+(defcustom boxy-headlines-default-visibility 1
   "Default level to display boxes."
   :type 'number
   :group 'boxy-headlines)
@@ -157,7 +157,7 @@
                        &key
                        (display-buffer-fn 'display-buffer-pop-up-window)
                        (visibility boxy-headlines-default-visibility)
-                       (max-visibility 3)
+                       (max-visibility 2)
                        select
                        header
                        (default-margin-x boxy-headlines-margin-x)
@@ -238,9 +238,7 @@ diagram."
         match)
     (boxy-headlines-pp world
              :display-buffer-fn 'display-buffer-same-window
-             :select t
-             :visibility 1
-             :max-visibility 2)
+             :select t)
     (while (and path (or (not match) (not (boxy-is-visible match t))))
       (setq match (boxy-find-matching (boxy-box :name (pop path)) world)))
     (when match



reply via email to

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