Emacs Keymaps

You can think of a keymap in Emacs as a collection of keys that are defined under a particular "namespace", being the keymap name.

You can bind or "mount" the keymap as whole under a particular key (itself under it's own keymap, maybe just the global one), by binding the function as you would normally.