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

    Fix: (diredy) :format-fn
---
 examples/diredy.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/diredy.el b/examples/diredy.el
index ae5a4556bc..6d1fe686e8 100644
--- a/examples/diredy.el
+++ b/examples/diredy.el
@@ -86,6 +86,7 @@
                                :make #'make-fn
                                :level-indent 1
                                :item-indent 2
+                                :format-fn #'identity
                                args)))
       (make-fn
        :name "Diredy"

Reply via email to