[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 1e1bf9d696 07/10: Change: (hyperdrive-dir-sort)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 1e1bf9d696 07/10: Change: (hyperdrive-dir-sort) Only prompt with prefix |
Date: |
Fri, 6 Oct 2023 16:01:39 -0400 (EDT) |
branch: elpa/hyperdrive
commit 1e1bf9d696d7c30e3e2bd1a69d94238ffed8198b
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Change: (hyperdrive-dir-sort) Only prompt with prefix
---
hyperdrive-dir.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index d4a7627494..7b27df2bdd 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -310,7 +310,10 @@ Interactively, opens file or directory at point in
"Sort current `hyperdrive-dir' buffer by DIRECTORY-SORT.
DIRECTORY-SORT should be a valid value of
`hyperdrive-directory-sort'."
- (interactive (list (hyperdrive-dir-complete-sort)))
+ (interactive (list (if current-prefix-arg
+ (hyperdrive-dir-complete-sort)
+ (hyperdrive-dir-toggle-sort-direction
+ (car hyperdrive-directory-sort)
hyperdrive-directory-sort))))
(setq-local hyperdrive-directory-sort directory-sort)
(with-silent-modifications
(let ((entries (ewoc-collect hyperdrive-ewoc #'hyperdrive-entry-p)))
- [nongnu] elpa/hyperdrive updated (fed439aad4 -> 0eb0cb9559), ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 9b86995668 01/10: Fix: (hyperdrive-menu) No entry-related sections in history buffer, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive cc8ddba100 02/10: Comment: Add TODO, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 1005618db4 04/10: Fix: (hyperdrive-dir-column-headers) Only insert space around arrow, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 277449a735 08/10: Comment: Add TODO, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 02ecb7a3fe 09/10: Docs: Can't purge from describe buffer, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 0eb0cb9559 10/10: Docs: Document prefix arg with hyperdrive-dir-sort, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 89db6db252 03/10: Change: (hyperdrive-download-url) Prompt to overwrite existing file, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 1e1bf9d696 07/10: Change: (hyperdrive-dir-sort) Only prompt with prefix,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 6342446f96 05/10: Fix: (-dir-column-headers) Don't make name column header window-wide, ELPA Syncer, 2023/10/06
- [nongnu] elpa/hyperdrive 33b8161c9f 06/10: Change: (hyperdrive-dir-mode-map) Bind hyperdrive-dir-sort to "s", ELPA Syncer, 2023/10/06