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:
4
build-root/emacs-lisp/make-plugin.sh
Executable file
4
build-root/emacs-lisp/make-plugin.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/emacs --script
|
||||
(load-file "./all-skel.el")
|
||||
(make-plugin)
|
||||
(save-some-buffers t)
|
Reference in New Issue
Block a user