Skip to content

Commit

Permalink
Update lua-mode recipe
Browse files Browse the repository at this point in the history
There's an [upcoming change](immerrr/lua-mode#148) that would require to accompany the source code with a Lua initializer script for the inferior shell. This is to ensure the script is redistributed accordingly. 

Please note, that `scripts` directory is not there yet, and I'm not sure if the recipe works without it. If that's the case we can wait with merging until the scripts directory is created.
  • Loading branch information
immerrr authored Jun 11, 2019
1 parent 5813ef3 commit 4d913f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/lua-mode
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(lua-mode
:repo "immerrr/lua-mode"
:fetcher github)
:fetcher github
:files ("lua-mode.el" ("scripts" "scripts/*")))

0 comments on commit 4d913f4

Please sign in to comment.