execline-mode
makes editing
execline scripts with Emacs
enjoyable. execline-mode
requires Emacs 24 or later.
To install manually, check out this repository and add this to your
.emacs
file:
(add-to-list 'load-path "/path/to/execline-mode/")
(require 'execline-mode)
This major mode will be autoloaded whenever an execline script is visited. This
includes files with execlineb
in the shebang or where the local variable
"mode" is set to "execline".
execline-mode
is distributed under the terms of the GNU General Public License
(Version 3.0).
See LICENSE for details.