branch: elpa/hyperdrive commit db30be6a57305fc88b58b973813f946dc1f9a0dc Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Comment: Update TODO --- hyperdrive-dir.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el index 67efe54c2c..df681ed3db 100644 --- a/hyperdrive-dir.el +++ b/hyperdrive-dir.el @@ -122,7 +122,7 @@ 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 + ;; 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))