branch: elpa/hyperdrive commit 2f4e5408d411a3b5b1fa72037a70dbf302ba8409 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Comment: Add TODO --- hyperdrive-dir.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el index 2e9f44e6fb..6159f0068d 100644 --- a/hyperdrive-dir.el +++ b/hyperdrive-dir.el @@ -121,6 +121,8 @@ arguments." Columns are suffixed with up/down arrows according to `hyperdrive-sort-entries'." (pcase-let* ((`(,column . ,direction) hyperdrive-directory-sort) + ;; TODO: Use ▲ and ▼ glyphs, but make sure that the + ;; column headers are aligned correctly. (arrow (propertize (if (eq direction :ascending) "^" "v") 'face 'hyperdrive-header-arrow)) (size-header (propertize "Size" 'face 'hyperdrive-column-header))