From 41a4f068b7478457157f05ebb0feaa531d370918 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 16 Jun 2020 12:30:37 +0200 Subject: Avoid rebuilding packages after using emacs-helm.sh When restarting main Emacs after using helm.sh, straight rebuild async and maybe packages loaded with --load-packages. So only add async to load-path and only use straight-use-package for packages specified in --load-packages if autoload file doesn't exists, otherwise load autoload file. --- emacs-helm.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'emacs-helm.sh') diff --git a/emacs-helm.sh b/emacs-helm.sh index 4c3724bc..7b886d1d 100755 --- a/emacs-helm.sh +++ b/emacs-helm.sh @@ -189,10 +189,17 @@ cat > $CONF_FILE <