type-break-post-command-hook

type-break-post-command-hook is a variable defined in `type-break.el'.
Its value is
(type-break-check)

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

Documentation:
Hook run indirectly by `post-command-hook' for typing break functions.
This is not really intended to be set by the user, but it's probably
harmless to do so. Mainly it is used by various parts of the typing break
program to delay actions until after the user has completed some command.
It exists because `post-command-hook' itself is inaccessible while its
functions are being run, and some type-break--related functions want to
remove themselves after running.