mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
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:
parent
498c938a9d
commit
ba4363b6e6
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
(racket-mode :repo "greghendershott/racket-mode" :fetcher github
|
||||
:files ("racket-mode.el" "*.rkt"))
|
||||
:files ("*.el" "*.rkt"))
|
||||
|
|
Loading…
Reference in a new issue