Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 780 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 780 Bytes

elvish-mode - A major mode for Elvish

License GPL 3 MELPA

elvish-mode provides a major mode for the Elvish programming language used in the Elvish shell.

Installation

elvish-mode is available from the MELPA. Install from there or otherwise ensure that elvish-mode.el is in your load-path, and then add

(require 'elvish-mode)

to your emacs init file.