summaryrefslogtreecommitdiff
path: root/helm-bookmark.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-bookmark.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-bookmark.el')
-rw-r--r--helm-bookmark.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-bookmark.el b/helm-bookmark.el
index 496187f4..b0999391 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -19,6 +19,7 @@
(require 'cl-lib)
(require 'bookmark)
(require 'helm)
+(require 'helm-types)
(require 'helm-utils)
(require 'helm-info)
(require 'helm-adaptive)