summaryrefslogtreecommitdiff
path: root/helm-misc.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 14:00:46 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 14:00:46 +0200
commit6cd108fb2d195a4078c02a11743ce7ef64f7cbcb (patch)
treeba01f38f51c35f967b55ad01635667442f5eaaae /helm-misc.el
parentcdab783494f55218adf34984e59b03f1289c32e1 (diff)
Move types from helm-source.el to helm-types.el
* helm-types.el: New file. * helm-buffers.el: Require it. * helm-elisp.el: Require it. * helm-files.el: Require it. * helm-misc.el: Require it. * helm-source.el: Remove types.
Diffstat (limited to 'helm-misc.el')
-rw-r--r--helm-misc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-misc.el b/helm-misc.el
index 28a26d3d..234a4ccf 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -18,6 +18,7 @@
;;; Code:
(require 'cl-lib)
(require 'helm)
+(require 'helm-types)
(defgroup helm-misc nil