Sachin Patil adfa473f07 Bumped to version 0.9.6 | 7 years ago | |
---|---|---|
test | 7 years ago | |
.gitignore | 11 years ago | |
.travis.yml | 7 years ago | |
COPYING | 8 years ago | |
Cask | 8 years ago | |
ChangeLog | 7 years ago | |
Makefile | 8 years ago | |
ReadMe.org | 7 years ago | |
TODO.org | 8 years ago | |
insert-shebang.el | 7 years ago | |
run-tests.sh | 8 years ago | |
run-travis-ci.sh | 7 years ago |
Insert shebang line automatically for Emacs.
#+BEGIN_SRC emacs-lisp M-x package-install RET insert-shebang RET #+END_SRC
insert-shebang.el
file tomake
to byte-compile the file.Defines path to env
. Default is /usr/bin/env
.
Defines file types.
insert-shebang can be extended to insert header for C, C++ and FORTRAN programs etc.
Set file types(using extensions) you want to ignore.
Files ignored during the prompt are stored with their full-path
in ~/.insert-shebang.log
file. Set to nil if you want to
disable this feature.
You can visit this log file using #+BEGIN_SRC emacs-lisp M-x insert-shebang-open-log-buffer #+END_SRC
## alternate commands bash ./run-tests.sh
# travis bash ./run-travis-ci.sh #+END_SRC