Shell script to run the emacs-skeleton plugin boilerplate generator

Change-Id: I9b4d0faad20e8cad1ab347d3f3f7d2c063e3d495
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2016-01-19 15:13:27 -05:00
parent 7471c6d7d7
commit f5dae765d6

View File

@ -0,0 +1,4 @@
#!/usr/bin/emacs --script
(load-file "./all-skel.el")
(make-plugin)
(save-some-buffers t)