Insert shebang line automatically. https://travis-ci.org/psachin/insert-shebang.png?branch=master https://badges.gitter.im/psachin/insert-shebang.svg

Clone this repository

git clone https://github.com/psachin/insert-shebang.git

Install

Melpa-stable: file:http://stable.melpa.org/packages/insert-shebang-badge.svg Marmalade

Manual

Customize

Env Path

Defines path to env. Default is /usr/bin/env.

File Types

Defines file types.

Custom Headers

insert-shebang can be extended to insert header for C, C++ and FORTRAN programs etc.

Ignore Extensions

Set file types(using extensions) you want to ignore.

Ignored File-name

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

M-x insert-shebang-open-log-buffer

License