summaryrefslogtreecommitdiff
path: root/helm-config.el
diff options
context:
space:
mode:
authorThomas Frössman <thomasf@jossystem.se>2015-03-27 18:35:38 +0100
committerThomas Frössman <thomasf@jossystem.se>2015-03-27 18:35:38 +0100
commitbe694c074c988afabf84447f34f39b2acb3c8255 (patch)
tree9bb5789ef0bf46a054aa138a6be743e238ed26eb /helm-config.el
parente19ec9c35d0e3a8a9291c5f1c877a8148ed81983 (diff)
Update helm-config.el
Inhibit load message
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 729abafa..2d4eb23e 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -215,7 +215,7 @@ So far, F can only be a symbol, not a lambda expression.")
;; It should have been generated either by
;; package.el or the make file.
-(load "helm-autoloads")
+(load "helm-autoloads" nil t)
(provide 'helm-config)