[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 18a8f70b1a 03/11: Fix: (h/menu-bar-menu) Remove
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 18a8f70b1a 03/11: Fix: (h/menu-bar-menu) Remove "Hyperdrive" as first item |
Date: |
Fri, 1 Dec 2023 18:59:53 -0500 (EST) |
branch: elpa/hyperdrive
commit 18a8f70b1ab4f4f45e61c27b4c295bba170aa347
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Fix: (h/menu-bar-menu) Remove "Hyperdrive" as first item
---
hyperdrive.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index e19d6e5a24..9cb8983c29 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -804,8 +804,7 @@ The return value of this function is the retrieval buffer."
;;;;; `easy-menu' integration
(defvar h/menu-bar-menu
- '("Hyperdrive"
- ("Gateway"
+ '(("Gateway"
:label
(format "Gateway (%s)" (if (h/status) "on" "off"))
["Start Gateway" h/start
- [nongnu] elpa/hyperdrive updated (e18fc5da04 -> e295cf3eca), ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive d615e85fa3 01/11: Fix: (h//clean-buffer) Avoid native compilation error, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 046b8f4493 06/11: Change: "Hyperdrive" menu bar now appears at the top level, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive acb4d38b3d 08/11: Tidy: Use transient-prefix-object, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive c8109d6438 07/11: Meta: Update changelog, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive e295cf3eca 11/11: Meta: Update changelog with PDF set-auto-mode fix, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 971fb81469 04/11: Docs: Update documentation for hyperdrive-menu-bar-mode, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 5d8c3fe421 05/11: Meta: Update changelog with hyperdrive-menu-bar-mode changes, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive feae3dcff3 10/11: Tidy: Indentation, spelling word, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive b152d72f19 02/11: Change: Put "Hyperdrive" menu bar in global-map, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 18a8f70b1a 03/11: Fix: (h/menu-bar-menu) Remove "Hyperdrive" as first item,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 32a503aa26 09/11: Change/Fix: Call set-auto-mode in handlers, ELPA Syncer, 2023/12/01