summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-08 14:27:58 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-08 14:27:58 +0200
commita1feb07f8a7491474cc213771bdc931fdd4b6f42 (patch)
treee79667a5c21f181f9ada45f623202eb7c128ec6a
parent3dc278d44254bb5f387b5b85651eb940d47e14ff (diff)
Require helm-lib before helm-source.
* helm.el: do it.
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index de11cc3a..d2347401 100644
--- a/helm.el
+++ b/helm.el
@@ -29,8 +29,8 @@
;;; Code:
(require 'cl-lib)
-(require 'helm-source)
(require 'helm-lib)
+(require 'helm-source)
;;; Multi keys