branch: elpa/hyperdrive
commit ed274229a613a6291fcbfeb7164704a5692d1052
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Comment: Add HACK notice
---
 hyperdrive-dir.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index 4a17bfe290..17010d435d 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -121,6 +121,7 @@ arguments."
 Columns are suffixed with up/down arrows according to
 `hyperdrive-sort-entries'."
   (pcase-let* ((`(,sort-column . ,direction) hyperdrive-directory-sort)
+               ;; HACK: This whole function seems overly complex.
                ;; TODO: Use ▲ and ▼ glyphs, but make sure that the
                ;; column headers are aligned correctly.
                (arrow (propertize (if (eq direction :ascending) "^" "v")

Reply via email to