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
Clone the git repository into a local directory. or Download ZIP.
$ git clone git://github.com/kosh04/newlisp-mode.git
Add the following to your .emacs
(add-to-list 'load-path "/path/to/newlisp-mode")
(require 'newlisp-mode)
(add-to-list 'auto-mode-alist '("\\.lsp$" . newlisp-mode))
(add-to-list 'interpreter-mode-alist '("newlisp" . newlisp-mode))
newLISP Mode uses the GNU General Public License 3.