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

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

[elpa] externals/taxy a7ffe21 37/39: Change: (diredy) Sort taxys


From: ELPA Syncer
Subject: [elpa] externals/taxy a7ffe21 37/39: Change: (diredy) Sort taxys
Date: Fri, 27 Aug 2021 10:57:37 -0400 (EDT)

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

    Change: (diredy) Sort taxys
---
 examples/diredy.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/diredy.el b/examples/diredy.el
index c951664..acfb9f5 100644
--- a/examples/diredy.el
+++ b/examples/diredy.el
@@ -87,7 +87,11 @@
                              do (forward-line 1))))
            (filled-taxy (thread-last diredy-taxy
                           taxy-emptied
-                          (taxy-fill lines)))
+                          (taxy-fill lines)
+                          (taxy-mapc* (lambda (taxy)
+                                        (setf (taxy-taxys taxy)
+                                              (cl-sort (taxy-taxys taxy) 
#'string<
+                                                       :key #'taxy-name))))))
            (inhibit-read-only t)
            (taxy-magit-section-indent 2))
       (delete-region (point) (point-max))



reply via email to

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