add support for elisp scripts

This commit is contained in:
Gianluca Recchia 2020-02-29 17:29:22 +01:00
parent 7bc9b5b63a
commit 1e0b44c8a7
No known key found for this signature in database
GPG key ID: 3C2B4128D9A1F218
3 changed files with 6 additions and 0 deletions

View file

@ -87,6 +87,9 @@ case "$lang" in
"rust")
bin=rust
;;
"elisp" | "el")
bin=emacs
;;
"bash")
bin=bash
;;