branch: elpa/lua-mode
commit 9117cfca7125e920bd3329d4f1a413814e9f015e
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>

    Makefile: add tryout target to start editing test.lua
---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 48c9385..2ab15fd 100644
--- a/Makefile
+++ b/Makefile
@@ -51,3 +51,7 @@ release:
        woger lua-l lua-mode lua-mode "release $(VERSION)" "Emacs major mode 
for editing Lua files" release-notes-$(VERSION) 
http://github.com/immerrr/lua-mode/ && \
        git push origin master
        @echo 'Send update to ELPA!'
+
+
+tryout:
+       cask exec emacs -Q -l lua-mode.el test.lua

Reply via email to