branch: master commit 3071b7042f227e27f2bdae3fe7c0ffaea7bec200 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Try cask --- .gitignore | 2 ++ Cask | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ebc253a..c3d7bcd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *~ /*-pkg.el /*.tar.gz +/.cask/ /.python-version /README /aclocal.m4 @@ -13,6 +14,7 @@ /elpa /install-sh /missing +/node_modules /test/npm-debug.log /tmp Makefile diff --git a/Cask b/Cask new file mode 100644 index 0000000..dcfdc80 --- /dev/null +++ b/Cask @@ -0,0 +1,4 @@ +(source gnu) +(source melpa) + +(package-file "realgud.el")