Variable: custom-menu-order-groups
custom-menu-order-groups is a customizable variable defined in
cus-edit.el.gz.
Value
first
Documentation
If non-nil, order group members within each customization group.
If first, order groups before non-groups.
If last, order groups after non-groups.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-menu-order-groups 'first
"If non-nil, order group members within each customization group.
If `first', order groups before non-groups.
If `last', order groups after non-groups."
:type '(choice (const first)
(const last)
(const :tag "none" nil))
:group 'custom-menu)