summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/issue_template.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 0e84055a..0d5e3af2 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -20,7 +20,14 @@ environment: no other packages and only minimal settings.
When possible, use it to reproduce your Helm issue to ensure no other package is
interfering.
-To run it, simply switch to the directory where Helm is installed and call `./emacs-helm.sh`.
-If necessary you can specify emacs executable path on command line with "-P" option.
+To run it, simply switch to the directory where Helm is installed and
+call `./emacs-helm.sh`. If necessary you can specify emacs executable
+path on command line with "-P" option. For people using straight to
+manage their packages you have to specify the path to you emacs-async
+installation:
+
+cd ~/.emacs.d/straight/repos/helm
+EMACSLOADPATH="../emacs-async:" ./emacs-helm.sh
+
Thanks.