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

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

[nongnu] elpa/hyperdrive c5b75983f5 27/31: Tidy: (h/gateway-process-type


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive c5b75983f5 27/31: Tidy: (h/gateway-process-type) "run" is first arg to hyper-gateway
Date: Fri, 1 Dec 2023 01:00:40 -0500 (EST)

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

    Tidy: (h/gateway-process-type) "run" is first arg to hyper-gateway
---
 hyperdrive-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index d4cd4aa525..c80914c5e8 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1431,7 +1431,7 @@ is the symbol `subprocess'."
                  (const :tag "Autodetect" nil))
   :group 'hyperdrive)
 
-(defcustom h/gateway-command "hyper-gateway --writable true --silent true run"
+(defcustom h/gateway-command "hyper-gateway run --writable true --silent true"
   ;; TODO: File Emacs bug report because the customization formatter handles 
the
   ;; "symbol `subprocess'" part differently than `describe-variable' does.
   "Command used to run the hyper-gateway.



reply via email to

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