Skip to content

kosh04/newlisp-mode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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.

About

newLISP editing mode for Emacs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published