summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index 568048b9..6edbf7c5 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -196,6 +196,11 @@ cat > $CONF_FILE <<EOF
(package-initialize)
(add-to-list 'load-path (file-name-directory (file-truename "$0")))
+
+(let ((async-path (expand-file-name "straight/repos/async" user-emacs-directory)))
+ (when (file-directory-p async-path)
+ (add-to-list 'load-path async-path)))
+
(unless (> $TOOLBARS 0)
(setq default-frame-alist '((vertical-scroll-bars . nil)
(tool-bar-lines . 0)