Shell script to run the emacs-skeleton plugin boilerplate generator 27/127/1
authorDave Barach <dave@barachs.net>
Tue, 19 Jan 2016 20:13:27 +0000 (15:13 -0500)
committerDave Barach <dave@barachs.net>
Tue, 19 Jan 2016 20:13:38 +0000 (15:13 -0500)
Change-Id: I9b4d0faad20e8cad1ab347d3f3f7d2c063e3d495
Signed-off-by: Dave Barach <dave@barachs.net>
build-root/emacs-lisp/make-plugin.sh [new file with mode: 0755]

diff --git a/build-root/emacs-lisp/make-plugin.sh b/build-root/emacs-lisp/make-plugin.sh
new file mode 100755 (executable)
index 0000000..4985974
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/emacs --script
+(load-file "./all-skel.el")
+(make-plugin)
+(save-some-buffers t)