branch: externals/taxy
commit 3c3f71d5754250a0824515648034141af019c034
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    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