summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Andersen <expez@expez.com>2015-06-13 23:34:14 +0200
committerLars Andersen <lars.andersen@gjensidige.no>2015-06-15 09:26:29 +0200
commit920c2e8a1cdde031994e3debb28c1c91e461dcc8 (patch)
tree581bb9d72225f8359755ee611b430723fa320b79 /Makefile
parent3487955dd600d361ddae54671e3686c38f4aaebd (diff)
Update the recommended steps when reporting issues
Recently quite a few of the bugs reported have been either missing reproduction steps or been caused by interactions with other packages. I'm hoping this will increase the percentage of issues which are immediately actionable without one of us asking some variant of "How can I reproduce this?".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 963aafbd..6de5a0b0 100644
--- a/Makefile
+++ b/Makefile
@@ -47,3 +47,6 @@ elpaclean : clean
%.elc : %.el
$(CASK) build
+
+run-cider: elpa
+ cask exec emacs -Q -L . --eval "(require 'cider)"