branch: elpa/hyperdrive
commit 39870e57fc18185c7881facf462e5bffe292cf22
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Change: (-menu-hyperdrive) Use :class transient-row
---
 hyperdrive-menu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index 7dfef803d5..d0eda21c0c 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -196,7 +196,8 @@
 
 (transient-define-prefix hyperdrive-menu-hyperdrive (hyperdrive)
   "Show menu for editing HYPERDRIVE."
-  [ :description
+  [ :class transient-row
+    :description
     (lambda ()
       (let ((hyperdrive (oref transient--prefix scope)))
         (concat (propertize "Drive: " 'face 'transient-heading)

Reply via email to