branch: externals/taxy commit a14fa15e534a626ad9cec2edec6de033662ec42c Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Change: (taxy-magit-section) format-fn = #'prin1-to-string Helpful as a default when items are already strings. --- taxy-magit-section.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxy-magit-section.el b/taxy-magit-section.el index 02542b0..b592ecb 100644 --- a/taxy-magit-section.el +++ b/taxy-magit-section.el @@ -67,7 +67,7 @@ (heading-face-fn (lambda (_depth) 'magit-section-heading)) (heading-indent 2) (item-indent 2) - format-fn) + (format-fn #'prin1-to-string)) ;;;; Commands