about summary refs log tree commit diff
path: root/exwm-input.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2017-12-31T13·01+0800
committerChris Feng <chris.w.feng@gmail.com>2017-12-31T13·01+0800
commit46c40363063299f354d87cde3439d108eb2010cc (patch)
treef2fd5e26c35c04d0c02e7c0c2ca6a7589ff5e73c /exwm-input.el
parentdd0a62c405b52244f42fd8a0e72282c742772ad3 (diff)
; Add missing autoload cookies.
Diffstat (limited to 'exwm-input.el')
-rw-r--r--exwm-input.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-input.el b/exwm-input.el
index 302b3d9f2a..38fd751aff 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -435,6 +435,7 @@ This value should always be overwritten.")
                 (user-error "[EXWM] Failed to grab key: %s"
                             (single-key-description k))))))))))
 
+;;;###autoload
 (defun exwm-input-set-key (key command)
   "Set a global key binding."
   (interactive "KSet key globally: \nCSet key %s to command: ")