diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb293cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/*.elc +/.eask/ +/dist/ diff --git a/Eask b/Eask index 15fd27b..687144d 100644 --- a/Eask +++ b/Eask @@ -11,6 +11,7 @@ (script "test" "echo \"Error: no test specified\" && exit 1") (source "gnu") +(source "melpa") (depends-on "emacs" "26.1") (depends-on "ivy" "0.13")