[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive eaf2e5104f 29/30: Comment: Remove TODOs
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive eaf2e5104f 29/30: Comment: Remove TODOs |
Date: |
Wed, 6 Sep 2023 18:59:44 -0400 (EDT) |
branch: elpa/hyperdrive
commit eaf2e5104fcf773ebab2963fe815e1f68e65031e
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Comment: Remove TODOs
---
hyperdrive-dir.el | 1 -
hyperdrive-vars.el | 1 -
2 files changed, 2 deletions(-)
diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index df681ed3db..62daa94009 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -121,7 +121,6 @@ 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")
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index cd945c98d6..4cf376c1ef 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -99,7 +99,6 @@ Internally, a cons cell of (COLUMN . DIRECTION), the COLUMN
being
one of the directory listing columns (\\+`name', \\+`size', or
\\+`mtime') and DIRECTION being one of \\+`:ascending' or
\\+`:descending'."
- ;; TODO: Consolidate type
:type '(radio (cons :tag "By name" (const :format "" name)
(choice :tag "Direction" :value :ascending
(const :tag "Ascending" :ascending)
- [nongnu] elpa/hyperdrive 80d68a0378 16/30: Change: Replace -timestamp-width with -timestamp-format-string, (continued)
- [nongnu] elpa/hyperdrive 80d68a0378 16/30: Change: Replace -timestamp-width with -timestamp-format-string, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive dc2488436d 17/30: Change: (hyperdrive-dir-column-headers) Fix column headers highlight, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive a39567f697 24/30: Change: (hyperdrive--fill) Use string-match-p, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive 447994e8b2 13/30: Change: (hyperdrive-dir-column-headers) Clickable column headers, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive db30be6a57 28/30: Comment: Update TODO, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive bbd78c6361 23/30: Docs: Update customization option docs, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive 53927eb0a9 25/30: Merge branch 'check-writablep', ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive fcda78fd06 30/30: Merge branch 'dir-sort-clickable', ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive 68ee5c5213 22/30: Meta: Update changelog, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive decf302b97 27/30: Fix: Require url, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive eaf2e5104f 29/30: Comment: Remove TODOs,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 328635c1f9 07/30: Change: (hyperdrive-directory-sort) Use column name as alist key, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive bfbdac1319 08/30: Add: (-dir-toggle-sort-direction) Move sort toggle into own function, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive ed274229a6 18/30: Comment: Add HACK notice, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive 2f4e5408d4 10/30: Comment: Add TODO, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive 3b79b631a1 09/30: Change: (hyperdrive-dir-column-headers) Don't use glyphs, ELPA Syncer, 2023/09/06
- [nongnu] elpa/hyperdrive 9e8cf738ba 26/30: Tidy, ELPA Syncer, 2023/09/06