summaryrefslogtreecommitdiff
path: root/helm-adaptive.el
diff options
context:
space:
mode:
authorChunyang Xu <xuchunyang56@gmail.com>2015-05-23 12:59:38 +0800
committerChunyang Xu <xuchunyang56@gmail.com>2015-05-23 12:59:38 +0800
commitb53e0a73abc3278fae7808bdc63f39cda48f965c (patch)
tree0f21f0a4b13db065199bf42160ca32cc8d1ea563 /helm-adaptive.el
parentd800471b75340f97eb023e9652bd73f34470bd6c (diff)
* helm-adaptive.el: Add autoload cookie for helm-adaptive-mode
Diffstat (limited to 'helm-adaptive.el')
-rw-r--r--helm-adaptive.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-adaptive.el b/helm-adaptive.el
index d7f05326..09cce1e7 100644
--- a/helm-adaptive.el
+++ b/helm-adaptive.el
@@ -52,8 +52,9 @@ Format: ((SOURCE-NAME (SELECTED-CANDIDATE (PATTERN . NUMBER-OF-USE) ...) ...) ..
(defun helm-adaptive-done-reset ()
(setq helm-adaptive-done nil))
+;;;###autoload
(define-minor-mode helm-adaptive-mode
- "Toggle adaptive sorting in all sources."
+ "Toggle adaptive sorting in all sources."
:group 'helm-adapt
:require 'helm-adaptive
:global t