branch: elpa/bind-map
commit 7d209466926ac32fb477729a56ca7a7e2c8ef28b
Author: justbur <jus...@burkett.cc>
Commit: justbur <jus...@burkett.cc>

    Add autoloads
---
 bind-map.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bind-map.el b/bind-map.el
index 834ca9de2c..e8ddaa278c 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -59,6 +59,7 @@
   "Default states for evil bindings."
   :group 'bind-map)
 
+;;;###autoload
 (defmacro bind-map (map &rest args)
   "Bind keymap MAP in multiple places.
 If MAP is not defined, this will create a new sparse keymap with
@@ -164,6 +165,7 @@ MAPS, and KEYS."
                  (evil-define-key state map key ,def))
              (evil-global-set-key state key ,def)))))))
 
+;;;###autoload
 (defun bind-map-set-key-defaults (map key def &rest bindings)
   "Add a series of default bindings for LEADER.
 Default bindings never override existing ones. BINDINGS is a

Reply via email to