emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode 9117cfc 269/468: Makefile: add tryout target to s


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 9117cfc 269/468: Makefile: add tryout target to start editing test.lua
Date: Thu, 5 Aug 2021 04:58:51 -0400 (EDT)

branch: elpa/lua-mode
commit 9117cfca7125e920bd3329d4f1a413814e9f015e
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]