为Emacs配置newLISP开发环境
首先获取newlisp-mode项目:~/work$ git clone https://github.com/may/newlisp-mode.git然后在~/.emacs文件中添加配置:;; newLISP mode(add-to-list "load-path (expand-file-name "/opt/emacs_plugins/newlisp/newlisp-mode/"))(load-file "/opt/emacs_plugins/new...