Skip to content
Discussion options

You must be logged in to vote

This is caused by a misconfiguration:

(add-hook 'orderless-style-dispatchers #'my/orderless-dispatch-flex-first nil 'local)

orderless-style-dispatchers and orderless-matching-styles are lists of functions but not hooks! The defcustom has :type (repeat function). In contrast, hook variables can have the non-function value t as part of the list.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@minad
Comment options

Answer selected by drcxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #604 on November 21, 2025 10:30.