Hello Emacs, I'm trying to understand how to define a globalized minor mode that is enabled by default. My goal is to make this mode's keymap available with no configuration on the user's part, unless the user explicitly disables the minor mode. I've attached a toy example which defines the testautoload-mode minor mode, as well as its globalized variant global-testautoload-mode: