Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.02 KB

newlisp-mode

MELPA Build Status

This is a newLISP editing mode for Emacs.

  • Editing newlisp code
  • Syntax highlighting [*]
  • Keyword completion [*]
  • Run inferior newlisp process

[*] primitive keyword only.

More info, See Wiki

Installation

Clone the git repository into a local directory. or Download ZIP.

$ git clone git://github.com/kosh04/newlisp-mode.git

or Install from MELPA. (thanks @yasuyk)

M-x package-install newlisp-mode

and Add the following to your .emacs

(add-to-list 'load-path "/path/to/newlisp-mode")
(require 'newlisp-mode)

License

newLISP Mode uses the GNU General Public License 3.