4.2 Key bindings

One common thing to do when loading a package is to bind keys to commands within that module. Without use-package, this would be done using a combination of keymap-local-set, keymap-global-set and various autoloads. With use-package, you can simplify this using the :bind keyword, as described in this section.