`sort`s signature changed in Emacs 30 from: (sort SEQ PREDICATE) To (sort SEQ &key KEY LESSP REVERSE IN-PLACE) Amend: 6009c2b838
6009c2b838
And ignore `treesit-major-mode-remap-alist`, because they could interfere with our UX improvements.
BREAKING CHANGE: This rewrites the :tools tree-sitter module to use treesit instead of tree-sitter.el. Users will need to adapt to treesit and remove any tree-sitter-specific config in their dotfiles. Ref: #7623 Ref: #7742 Ref: #8197