Set files to *.el

Although I've added just one additional new file,
`racket-keywords-and-builtins.el`, I'm too lazy to type that here.

Seriously: I reckon specifying *.el is "future proof", in the same way
it was recommended to just specify *.rkt. However if that's not good
practice, let me know and I'll update the PR to enumerate the *.el files
instead.
This commit is contained in:
Greg Hendershott 2014-01-02 00:08:17 -05:00
parent 498c938a9d
commit ba4363b6e6

View file

@ -1,2 +1,2 @@
(racket-mode :repo "greghendershott/racket-mode" :fetcher github
:files ("racket-mode.el" "*.rkt"))
:files ("*.el" "*.rkt"))