branch: elpa/hyperdrive commit 55ee45a7f017f4853cf951184ebb88782726ed36 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Change: (hyperdrive-dir-sort) --- hyperdrive-dir.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el index 5e0639971f..3407f0352e 100644 --- a/hyperdrive-dir.el +++ b/hyperdrive-dir.el @@ -183,7 +183,10 @@ DIRECTORY-SORT should be a valid value of (let ((entries (ewoc-collect hyperdrive-ewoc #'hyperdrive-entry-p))) (ewoc-filter hyperdrive-ewoc #'ignore) (dolist (entry (hyperdrive-sort-entries entries)) - (ewoc-enter-last hyperdrive-ewoc entry)))) + (ewoc-enter-last hyperdrive-ewoc entry)) + (ewoc-set-hf hyperdrive-ewoc + (hyperdrive-column-headers (hyperdrive-entry-description hyperdrive-current-entry)) + ""))) ;;;; Imenu support