Skip to content

Commit

Permalink
forge-topic.el: Split up Menus outline group
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Apr 22, 2024
1 parent edb742c commit 60f5615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ This mode itself is never used directly."
:format #'forge--format-topic-review-requests)

;;; Commands
;;;; Menus
;;;; Groups

(defconst forge--topic-set-state-group
["Set state"
Expand Down Expand Up @@ -1058,6 +1058,8 @@ This mode itself is never used directly."
("l m" forge-topic-set-marks)
("l n" forge-edit-topic-note)])

;;;; Menus

(defconst forge--topic-menus-column-widths '(19))

;;;###autoload (autoload 'forge-topic-menu "forge-topic" nil t)
Expand Down

0 comments on commit 60f5615

Please sign in to comment.