projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36741f
)
Autoload decorator for windmove-mode
author
Jimmy Aguilar Mena
<spacibba@aol.com>
Tue, 4 Jan 2022 13:15:10 +0000
(14:15 +0100)
committer
Jimmy Aguilar Mena
<spacibba@aol.com>
Tue, 4 Jan 2022 13:15:10 +0000
(14:15 +0100)
lisp/windmove.el
patch
|
blob
|
history
diff --git
a/lisp/windmove.el
b/lisp/windmove.el
index b3f881205e6d37ce5d4e77cb6f85c8b3ac5f6052..c8ea4fd1e54d247fa969f2e7934f8ee1b2f9f225 100644
(file)
--- 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