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

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

[elpa] externals/taxy 3c3f71d575 3/5: Fix: (diredy) Ungrouped files firs


From: ELPA Syncer
Subject: [elpa] externals/taxy 3c3f71d575 3/5: Fix: (diredy) Ungrouped files first
Date: Fri, 5 Aug 2022 15:57:57 -0400 (EDT)

branch: externals/taxy
commit 3c3f71d5754250a0824515648034141af019c034
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (diredy) Ungrouped files first
    
    Otherwise they may be visually confused with files above them that are
    in a lower-level group.
---
 examples/diredy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/diredy.el b/examples/diredy.el
index 6d1fe686e8..0aa2670271 100644
--- a/examples/diredy.el
+++ b/examples/diredy.el
@@ -124,7 +124,7 @@
                                                                  :key 
#'taxy-name))))))
           (inhibit-read-only t))
       (delete-region (point) (point-max))
-      (taxy-magit-section-insert filled-taxy :items 'last
+      (taxy-magit-section-insert filled-taxy :items 'first
        :initial-depth 0 :blank-between-depth 1))))
 
 ;;;; Functions



reply via email to

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