add emacs alias

This commit is contained in:
Brian Seymour 2020-06-08 22:46:39 -05:00
parent 0bc3b0d8e2
commit 0c152fcd72
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ case "$lang" in
"swift")
bin=swift
;;
"elisp" | "el")
"emacs" | "elisp" | "el")
bin=emacs
;;
"bash")