summaryrefslogtreecommitdiff
path: root/helm-config.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-08-23 11:50:32 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-08-23 11:50:32 +0200
commit223282cc4b02f4154b9135d23547ab67e75ad3ca (patch)
treea8d2a51872f3d04eef84a249ec5326679d76059a /helm-config.el
parentca7cb6b94357e35cb911926a77931f62a46b18da (diff)
* helm-source.el: New move helm-source code from helm.el.
* helm.el: Remove helm-source code. * helm-config.el: Update autoloads.
Diffstat (limited to 'helm-config.el')
-rw-r--r--helm-config.el49
1 files changed, 34 insertions, 15 deletions
diff --git a/helm-config.el b/helm-config.el
index a5fdc100..c27d5a6d 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -213,7 +213,7 @@ So far, F can only be a symbol, not a lambda expression.")
;;; Start of automatically extracted autoloads.
-;;;### (autoloads nil "helm" "helm.el" (21491 21542 126742 871000))
+;;;### (autoloads nil "helm" "helm.el" (21496 25458 607398 525000))
;;; Generated autoloads from helm.el
(autoload 'helm-define-multi-key "helm" "\
@@ -419,8 +419,8 @@ http://bbdb.sourceforge.net/
;;;***
-;;;### (autoloads nil "helm-bookmark" "helm-bookmark.el" (21430 15697
-;;;;;; 577354 25000))
+;;;### (autoloads nil "helm-bookmark" "helm-bookmark.el" (21496 7450
+;;;;;; 855247 451000))
;;; Generated autoloads from helm-bookmark.el
(autoload 'helm-bookmarks "helm-bookmark" "\
@@ -481,8 +481,8 @@ You can get help on each command by persistent action.
;;;***
-;;;### (autoloads nil "helm-dabbrev" "helm-dabbrev.el" (21476 22057
-;;;;;; 108361 564000))
+;;;### (autoloads nil "helm-dabbrev" "helm-dabbrev.el" (21496 7450
+;;;;;; 855247 451000))
;;; Generated autoloads from helm-dabbrev.el
(autoload 'helm-dabbrev "helm-dabbrev" "\
@@ -628,8 +628,8 @@ You can set your own list of commands with
;;;***
-;;;### (autoloads nil "helm-files" "helm-files.el" (21479 8167 343399
-;;;;;; 603000))
+;;;### (autoloads nil "helm-files" "helm-files.el" (21496 12909 655293
+;;;;;; 247000))
;;; Generated autoloads from helm-files.el
(autoload 'helm-browse-project "helm-files" "\
@@ -718,8 +718,8 @@ Preconfigured `helm' for gentoo linux.
;;;***
-;;;### (autoloads nil "helm-grep" "helm-grep.el" (21491 21542 122742
-;;;;;; 871000))
+;;;### (autoloads nil "helm-grep" "helm-grep.el" (21496 19454 435348
+;;;;;; 154000))
;;; Generated autoloads from helm-grep.el
(autoload 'helm-goto-precedent-file "helm-grep" "\
@@ -801,8 +801,8 @@ Preconfigured helm for pdfgrep.
;;;***
-;;;### (autoloads nil "helm-help" "helm-help.el" (21458 29137 663428
-;;;;;; 241000))
+;;;### (autoloads nil "helm-help" "helm-help.el" (21496 13110 723294
+;;;;;; 934000))
;;; Generated autoloads from helm-help.el
(autoload 'helm-help "helm-help" "\
@@ -1026,7 +1026,7 @@ With a prefix arg reinitialize the cache.
;;;***
;;;### (autoloads nil "helm-match-plugin" "helm-match-plugin.el"
-;;;;;; (21341 6020 978577 405000))
+;;;;;; (21496 7450 855247 451000))
;;; Generated autoloads from helm-match-plugin.el
(defvar helm-match-plugin-mode nil "\
@@ -1383,6 +1383,25 @@ Fill in the symbol at point by default.
;;;***
+;;;### (autoloads nil "helm-source" "helm-source.el" (21496 25489
+;;;;;; 583398 785000))
+;;; Generated autoloads from helm-source.el
+
+(autoload 'helm-make-source "helm-source" "\
+Build a `helm' source named NAME with ARGS.
+Argument NAME is a string which define the source name, so no need to use
+the keyword :name in your source, NAME will be used instead.
+Arguments ARGS are keyword value pairs as defined in `helm-source' which see.
+
+Example:
+
+\(helm :sources (helm-make-source \"test\" :candidates '(a b c d))
+ :buffer \"*helm test*\").
+
+\(fn NAME &rest ARGS)" nil nil)
+
+;;;***
+
;;;### (autoloads nil "helm-sys" "helm-sys.el" (21341 6020 978577
;;;;;; 405000))
;;; Generated autoloads from helm-sys.el
@@ -1443,8 +1462,8 @@ This function aggregates three sources of tag files:
;;;***
-;;;### (autoloads nil "helm-utils" "helm-utils.el" (21452 52791 223493
-;;;;;; 3000))
+;;;### (autoloads nil "helm-utils" "helm-utils.el" (21496 7450 859247
+;;;;;; 451000))
;;; Generated autoloads from helm-utils.el
(autoload 'helm-show-all-in-this-source-only "helm-utils" "\
@@ -1526,7 +1545,7 @@ http://www.emacswiki.org/emacs/download/yaoddmuse.el
;;;***
;;;### (autoloads nil nil ("helm-aliases.el" "helm-pkg.el" "helm-plugin.el")
-;;;;;; (21491 22623 748067 127000))
+;;;;;; (21496 25523 451760 278000))
;;;***