diff options
author | Damjan Marion <damarion@cisco.com> | 2016-01-19 21:04:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-01-19 21:04:19 +0000 |
commit | 8a75906a2ad1bbf9e8185051dfa118cf338a00ba (patch) | |
tree | 320a919be9c93be795ce8ae01946aebfb4f7b0de | |
parent | 2bc1ebaf385968acd4ffbaace206a704befbaa26 (diff) | |
parent | f5dae765d6d6c118fbd16b7ecb782deca09eecfe (diff) |
Merge "Shell script to run the emacs-skeleton plugin boilerplate generator"
-rwxr-xr-x | build-root/emacs-lisp/make-plugin.sh | 4 |
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) |