summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/helm-types.el b/helm-types.el
index 8a60dd20..a0e1669a 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -247,6 +247,16 @@
(describe-function (timer--function tm))))
(set-slot-value source 'persistent-help "Describe Function"))
+;; Builders.
+(defun helm-build-type-file ()
+ (helm-make-type 'helm-type-file))
+
+(defun helm-build-type-function ()
+ (helm-make-type 'helm-type-function))
+
+(defun helm-build-type-command ()
+ (helm-make-type 'helm-type-command))
+
(provide 'helm-types)
;; Local Variables: