aboutsummaryrefslogtreecommitdiffstats
path: root/build-root
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-01-19 15:13:27 -0500
committerDave Barach <dave@barachs.net>2016-01-19 15:13:38 -0500
commitf5dae765d6d6c118fbd16b7ecb782deca09eecfe (patch)
tree82daa55cf546c9298167e5be649167e51e699017 /build-root
parent7471c6d7d7e18a8515e49537eb88c8cf7ca6279c (diff)
Shell script to run the emacs-skeleton plugin boilerplate generator
Change-Id: I9b4d0faad20e8cad1ab347d3f3f7d2c063e3d495 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-root')
-rwxr-xr-xbuild-root/emacs-lisp/make-plugin.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-root/emacs-lisp/make-plugin.sh b/build-root/emacs-lisp/make-plugin.sh
new file mode 100755
index 00000000000..4985974cac5
--- /dev/null
+++ b/build-root/emacs-lisp/make-plugin.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/emacs --script
+(load-file "./all-skel.el")
+(make-plugin)
+(save-some-buffers t)