summaryrefslogtreecommitdiff
path: root/lisp/windmove.el
diff options
context:
space:
mode:
authorJimmy Aguilar Mena <spacibba@aol.com>2022-01-04 14:15:10 +0100
committerJimmy Aguilar Mena <spacibba@aol.com>2022-01-04 14:15:10 +0100
commitaa7d0e9a92228e40f63a86718de13ce5842137b3 (patch)
treebd7bdf2e61d93a70f083c646e309a7ea3d194e71 /lisp/windmove.el
parentc36741f9c5f58f4efd80a1e8918a8356e9d0100f (diff)
downloademacs-aa7d0e9a92228e40f63a86718de13ce5842137b3.tar.gz
Autoload decorator for windmove-mode
Diffstat (limited to 'lisp/windmove.el')
-rw-r--r--lisp/windmove.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/windmove.el b/lisp/windmove.el
index b3f881205e6..c8ea4fd1e54 100644
--- a/lisp/windmove.el
+++ b/lisp/windmove.el
@@ -448,6 +448,7 @@ unless `windmove-create-window' is non-nil and a new window is created."
(defvar windmove-mode-map (make-sparse-keymap)
"Map used by `windmove-install-defaults'.")
+;;;###autoload
(define-minor-mode windmove-mode
"Global minor mode for default windmove commands."
:keymap windmove-mode-map