use-package
use-package copied to clipboard
bind-keymap does not support :map
As I understand it, :bind-keymap
is supposed to be :bind
for keymaps; that is, an exact workalike. However, the :map
keyword is not supported.
+1. This would be a very useful feature.
+2
I can do define-key
in :config
... but it's ugly.