diff options
| author | condy <condy0919@gmail.com> | 2020-06-01 01:48:32 +0800 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-31 19:55:53 +0200 |
| commit | b33df86c0ba9ea6b5188a6ccd6c610b91cb1d52c (patch) | |
| tree | 481bb8f1ef754c01b853cbda28d7a90d3adc5f1a /modes/bm | |
| parent | e065da3732f015428bd0068481dadad9e0e6d09c (diff) | |
Fixed: Add evil-collection-bm-maps
Diffstat (limited to 'modes/bm')
| -rw-r--r-- | modes/bm/evil-collection-bm.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modes/bm/evil-collection-bm.el b/modes/bm/evil-collection-bm.el index e2f2115..e0fe032 100644 --- a/modes/bm/evil-collection-bm.el +++ b/modes/bm/evil-collection-bm.el @@ -30,6 +30,8 @@ (require 'evil-collection) (require 'bm nil t) +(defconst evil-collection-bm-maps '(bm-show-mode-map)) + ;;;###autoload (defun evil-collection-bm-setup () "Set up `evil' bindings for `bm'." |
