branch: elpa/hyperdrive commit bdad86d083ef2e7f86fcd869557dafeb2ad36574 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Comment: Add TODO --- hyperdrive.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive.el b/hyperdrive.el index fa1319d7ac..531a6bfaff 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -452,6 +452,7 @@ in a directory. Otherwise, or with universal prefix argument "Load contents at URL as a file to store on disk at FILENAME." ;; TODO: Implement entry-based version of this function, or change callers to use entries. ;; TODO: Handle directory URLs (recursively download contents?) + ;; TODO: Hook in download monitor optionally. (interactive (let* ((read-url (h/read-url :prompt "Download hyperdrive URL")) (name (he/name (h/url-entry read-url)))