diff options
| author | condy <condy0919@gmail.com> | 2020-05-21 04:04:50 +0800 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-22 10:18:41 +0200 |
| commit | 0e76cf7c3ece31a8c27f7844958210fd52d85715 (patch) | |
| tree | d7e840dfb49b75ca6ca729f0d576523a6da54509 /modes/bm | |
| parent | 1237452e13d621e119c2fb2212958f5d2e80925a (diff) | |
Fix require error of bm.el
Diffstat (limited to 'modes/bm')
| -rw-r--r-- | modes/bm/evil-collection-bm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/bm/evil-collection-bm.el b/modes/bm/evil-collection-bm.el index 1d2b719..e2f2115 100644 --- a/modes/bm/evil-collection-bm.el +++ b/modes/bm/evil-collection-bm.el @@ -28,7 +28,7 @@ ;;; Code: (require 'evil-collection) -(require 'bm) +(require 'bm nil t) ;;;###autoload (defun evil-collection-bm-setup () |
