branch: master
commit 5bd467e074a6cbe2af5910d42456a5ef4a40af21
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ace-window.el (aw-generic): autoload
---
ace-window.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ace-window.el b/ace-window.el
index 77a96ad..13fca2c 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -69,6 +69,7 @@
(const :tag "frame" frame)))
;; ——— Macros
——————————————————————————————————————————————————————————————————
+;;;###autoload
(defmacro aw-generic (mode-line handler)
"Create a window-manipulating function.
MODE-LINE is a string to display while a window is being selected.