We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc7e5d commit 325dbcdCopy full SHA for 325dbcd
1 file changed
lisp/forge-topic.el
@@ -1501,6 +1501,8 @@ This mode itself is never used directly."
1501
;;; Commands
1502
;;;; Groups
1503
1504
+(defvar forge--show-topic-legend t)
1505
+
1506
(transient-define-group forge--lists-group
1507
["List"
1508
("l r" "repositories" forge-list-repositories)
@@ -1555,8 +1557,6 @@ This mode itself is never used directly."
1555
1557
["" :if-non-nil forge--show-topic-legend
1556
1558
(:info* (##propertize "draft" 'face 'forge-pullreq-draft))])
1559
-(defvar forge--show-topic-legend t)
-
1560
(transient-define-suffix forge-toggle-topic-legend ()
1561
"Toggle whether to show legend for faces used in topic menus and lists."
1562
:description (##if forge--show-topic-legend "hide legend" "show legend")
0 commit comments