emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm cf2cb6640e 1/4: Use load instead of require in helm.s


From: ELPA Syncer
Subject: [nongnu] elpa/helm cf2cb6640e 1/4: Use load instead of require in helm.sh for Elpa installations
Date: Sun, 18 Dec 2022 02:58:52 -0500 (EST)

branch: elpa/helm
commit cf2cb6640e9ffdc5163bdd5a56185b6544319b11
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Use load instead of require in helm.sh for Elpa installations
---
 emacs-helm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs-helm.sh b/emacs-helm.sh
index 2a93c4500d..dc10c1cd1c 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -242,7 +242,7 @@ cat > $CONF_FILE <<EOF
                                (menu-bar-lines . 0)
                                (fullscreen . nil))))
 (blink-cursor-mode -1)
-(require 'helm-autoloads)
+(load "helm-autoloads" nil t)
 (helm-mode 1)
 (with-eval-after-load 'tramp-cache (setq tramp-cache-read-persistent-data t))
 (with-eval-after-load 'auth-source (setq auth-source-save-behavior nil))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]