Skip to content

elebihan/execline-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

execline-mode: A major Emacs mode for editing execline scripts

execline-mode makes editing execline scripts with Emacs enjoyable. execline-mode requires Emacs 24 or later.

Manual Installation

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)

Usage

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".

License

execline-mode is distributed under the terms of the GNU General Public License (Version 3.0).

See LICENSE for details.

About

GNU/Emacs major mode for editing execline scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published