diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2017-12-31T13·01+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2017-12-31T13·01+0800 |
commit | 46c40363063299f354d87cde3439d108eb2010cc (patch) | |
tree | f2fd5e26c35c04d0c02e7c0c2ca6a7589ff5e73c /exwm-input.el | |
parent | dd0a62c405b52244f42fd8a0e72282c742772ad3 (diff) |
; Add missing autoload cookies.
Diffstat (limited to 'exwm-input.el')
-rw-r--r-- | exwm-input.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-input.el b/exwm-input.el index 302b3d9f2ae7..38fd751affe1 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: ") |