chore: fix Eask configuration

This commit is contained in:
Lucien Cartier-Tilet 2024-09-21 16:06:52 +02:00
parent 3674d11cd2
commit 07afc05210
Signed by: phundrak
GPG Key ID: 347803E8073EACE0
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/*.elc
/.eask/
/dist/

1
Eask
View File

@ -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")