summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-03-20 14:58:55 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-03-20 14:58:55 +0100
commitac9722148a4bdd8b6675f52df43234c4e1f1c499 (patch)
treedeab63883f4e4f61b78e280569b4b00bfc2bd6f6 /helm-types.el
parent2ca62b0384727338c2a7dd90a591fcac26d86a03 (diff)
Require helm-source in helm-types
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-types.el b/helm-types.el
index 644c3044..128a5464 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -23,6 +23,7 @@
(require 'cl-lib)
(require 'eieio)
+(require 'helm-source)
(defvar helm-map)
(defvar helm-mode-line-string)