summaryrefslogtreecommitdiff
path: root/helm-config.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-09-21 17:49:26 +0400
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-09-21 17:49:26 +0400
commita8c9ec7d525eb38ece59fa8fb252def91dbef60c (patch)
tree59b86bb3cb096b136194c5e2fa508e8f317eccc1 /helm-config.el
parente013103ce0052e7dfec784bc12847c426b9c21c1 (diff)
* helm-config.el: soft require async-bytecomp.
* README.md: Fix documentation about async.
Diffstat (limited to 'helm-config.el')
-rw-r--r--helm-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-config.el b/helm-config.el
index 6d492065..c82adae4 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -23,7 +23,7 @@
;;
(require 'easymenu)
(require 'helm-aliases)
-(require 'async-bytecomp)
+(require 'async-bytecomp nil t)
(defgroup helm-config nil