[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 68683838c8 148/163: Tidy: Reorder defcustoms
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 68683838c8 148/163: Tidy: Reorder defcustoms |
Date: |
Fri, 31 May 2024 04:00:37 -0400 (EDT) |
branch: elpa/hyperdrive
commit 68683838c84b5cfb8ff3fb58e362cd5644ce755c
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Tidy: Reorder defcustoms
---
hyperdrive-vars.el | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 45f27c109e..2a7326f611 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -38,6 +38,25 @@
:group 'external
:prefix "hyperdrive-")
+(defcustom h/gateway-directory (expand-file-name "~/.local/lib/hyperdrive.el")
+ "Where the hyper-gateway executable is found.
+If not found here, the \"PATH\" environment variable is checked
+with `executable-find'. Command `hyperdrive-install' installs to
+this directory."
+ :type 'directory)
+
+(defcustom h/gateway-program "hyper-gateway-ushin"
+ "Name of gateway executable.
+Command `hyperdrive-install' installs to this name inside
+`hyperdrive-gateway-directory'. Function
+`h//gateway-path' looks for executable by this name."
+ :type 'string)
+
+(defcustom h/gateway-command-args "run --writable true --silent true"
+ "Arguments passed to the gateway."
+ :type 'string
+ :group 'hyperdrive)
+
(defalias 'hyperdrive-hyper-gateway-port 'hyperdrive-gateway-port
;; TODO(v0.5.0) Remove this alias
"Renamed in hyperdrive.el v0.4.0 to reflect update to hyper-gateway-ushin.
@@ -257,20 +276,6 @@ value (and should only be present once in the string).
Used in
(cons :tag "Hyperdrive domains" (const domains)
(string :tag "Format string"))))
-(defcustom h/gateway-program "hyper-gateway-ushin"
- "Name of gateway executable.
-Command `hyperdrive-install' installs to this name inside
-`hyperdrive-gateway-directory'. Function
-`h//gateway-path' looks for executable by this name."
- :type 'string)
-
-(defcustom h/gateway-directory (expand-file-name "~/.local/lib/hyperdrive.el")
- "Where the hyper-gateway executable is found.
-If not found here, the \"PATH\" environment variable is checked
-with `executable-find'. Command `hyperdrive-install' installs to
-this directory."
- :type 'directory)
-
;;;;; Faces
(defgroup hyperdrive-faces nil
@@ -447,11 +452,6 @@ This hook is called by
`hyperdrive--gateway-wait-for-ready' after
`hyperdrive-start'."
:type 'hook)
-(defcustom h/gateway-command-args "run --writable true --silent true"
- "Arguments passed to the gateway."
- :type 'string
- :group 'hyperdrive)
-
;;;; Footer
(provide 'hyperdrive-vars)
- [nongnu] elpa/hyperdrive 95eea672b7 129/163: Change: (h/gateway-version-checked-p) Docstring, (continued)
- [nongnu] elpa/hyperdrive 95eea672b7 129/163: Change: (h/gateway-version-checked-p) Docstring, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive fd20de0f66 131/163: Change: (h/menu) Don't display "Install" suffix when installed, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive bf5cd4ab20 126/163: Comment: Update TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive b0025a1a27 135/163: Fix: (h/menu, h/menu-bar-mode) Display "Upgrade" button, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive db38eae640 136/163: Tidy: (h/menu-bar-menu) Remove unnecessary "Reinstall" label, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive ab9ae69e88 138/163: Change: (hyperdrive-hyper-gateway-port) Update docstring; add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 6e5620f7c8 143/163: Tidy: (h//gateway-path) Use shorthands, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 4f3263d23a 139/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 13482cbdc1 134/163: Fix: (h/check-gateway-version) Use substitute-command-keys, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 25845121cd 142/163: Fix: (h/check-gateway-version) Docstring, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 68683838c8 148/163: Tidy: Reorder defcustoms,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive db0ec58f14 145/163: Change: (h/menu-bar-menu) "Restart Gateway" binding, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 4b23c6bf50 144/163: Change: (h/check-gateway-version) Say version expected/got, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 684856884d 146/163: Tidy: (h/menu-bar-menu) Capitalize labels, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 84844d645f 149/163: Fix: (h/gateway-command-args) Run gateway on user-defined port, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 42778de4c2 154/163: Fix: (hyperdrive-hyper-gateway-port) define-obsolete-variable-alias, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive bbdefc9816 158/163: Refactor: (h/install), ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 1026092bc6 156/163: Change: (h/gateway-command-args) Add "--port" at runtime, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 3dc890cc9d 161/163: Tidy: Checkdoc, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 3f4a789f52 014/163: Docs: (CONTRIBUTING.org) Add version numbers locations section, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 024d74b64f 015/163: Meta: (.dir-locals.el) Set org-id-link-to-org-use-id nil, ELPA Syncer, 2024/05/31