emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive c2d69e94e2 2/2: Tidy: (h/safe-hyperdrives) Remo


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive c2d69e94e2 2/2: Tidy: (h/safe-hyperdrives) Remove unused defcustom
Date: Sat, 13 Jul 2024 16:00:24 -0400 (EDT)

branch: elpa/hyperdrive
commit c2d69e94e2ae10790e65dc8d3a3d9597d16fa33a
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Tidy: (h/safe-hyperdrives) Remove unused defcustom
---
 hyperdrive-vars.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index a404a1635c..8102ffdb74 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -68,14 +68,6 @@ it is added automatically at run-time using the value of
   "Port to use to send requests to the gateway server."
   :type 'natnum)
 
-(defcustom h/safe-hyperdrives nil
-  "List of hyperdrive public keys to be considered safe.
-When a hyperdrive is considered safe, browsing files within it
-will cause a major code to automatically load."
-  ;; TODO: Append these public keys to `org-safe-remote-resources' in a setter?
-  ;; TODO: Use this variable to also load dir- and file-local variables 
specified in a hyperdrive?
-  :type '(repeat string))
-
 (defcustom h/persist-location nil
   ;; TODO: Consider using XDG locations for this, as well as storing
   ;; -hyperdrives separately from -version-ranges.  (Note that



reply via email to

[Prev in Thread] Current Thread [Next in Thread]