Skip to content

Commit

Permalink
Use load instead of require in helm.sh for Elpa installations
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Dec 13, 2022
1 parent e81fbbc commit cf2cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit cf2cb66

Please sign in to comment.