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

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

[nongnu] elpa-release/hyperdrive 52874c0f40 3/6: Fix: (h/sbb-view-layout


From: ELPA Syncer
Subject: [nongnu] elpa-release/hyperdrive 52874c0f40 3/6: Fix: (h/sbb-view-layout) Fix custom type
Date: Tue, 17 Dec 2024 22:02:46 -0500 (EST)

branch: elpa-release/hyperdrive
commit 52874c0f4030f7651d27414468821e1fa5495a1c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Joseph Turner <joseph@ushin.org>

    Fix: (h/sbb-view-layout) Fix custom type
---
 hyperdrive-sbb-view.el | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/hyperdrive-sbb-view.el b/hyperdrive-sbb-view.el
index de7167d8b2..356b4c9e24 100644
--- a/hyperdrive-sbb-view.el
+++ b/hyperdrive-sbb-view.el
@@ -47,17 +47,17 @@
 (defcustom h/sbb-view-layout "dot"
   "Default layout.  See Graphviz documentation."
   :type '(choice
-          ((const :description "Pretty good layout.  Offers perspective/root 
node."
-                  "twopi")
-           (const :description "Good all-around layout.  No perspective/root 
node."
-                  "neato")
-           (const :description "Spacious layout, smaller labels with larger 
graphs.  Offers perspective/root node."
-                  "circo")
-           (const :description "Very cozy layout, larger labels.  Some 
randomness.  No perspective/root node."
-                  "fdp")
-           (const :description "Top-down, linear layout.  Not very efficient 
in terms of screen space."
-                  "dot")
-           (const :description "Similar to fdp." "sfdp"))))
+          (const :tag "Pretty good layout.  Offers perspective/root node."
+                 "twopi")
+          (const :tag "Good all-around layout.  No perspective/root node."
+                 "neato")
+          (const :tag "Spacious layout, smaller labels with larger graphs.  
Offers perspective/root node."
+                 "circo")
+          (const :tag "Very cozy layout, larger labels.  Some randomness.  No 
perspective/root node."
+                 "fdp")
+          (const :tag "Top-down, linear layout.  Not very efficient in terms 
of screen space."
+                 "dot")
+          (const :tag "Similar to fdp." "sfdp")))
 
 (defcustom h/sbb-view-overlap "voronoi"
   "How to handle overlapping.  See Graphviz documentation.



reply via email to

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