type-break-query-function

type-break-query-function is a variable defined in `type-break.el'.
Its value is
yes-or-no-p

  • This variable may be risky if used as a file-local variable.

Documentation:
Function to use for making query for a typing break.
It should take a string as an argument, the prompt.
Usually this should be set to `yes-or-no-p' or `y-or-n-p'.

To avoid being queried at all, set `type-break-query-mode' to nil.

You can customize this variable.