summaryrefslogtreecommitdiff
path: root/.github/issue_template.md
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-05-17 08:36:19 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-05-17 08:36:19 +0200
commita751fa7f69fc629fde00e295af900454ce33d8d7 (patch)
treeeb850715d1c9f28d3008e3eb25c8ef513b8b28bb /.github/issue_template.md
parent41242faebb5c16c23fe7e831d4bb2cb3294e074d (diff)
Update template
Diffstat (limited to '.github/issue_template.md')
-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.