Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不想js2-mode在编辑 js 文件时使用作为主要模式。但我发现我swank-js经常使用(使用magnar 的 slime-js 设置)。
js2-mode
swank-js
当然我知道 swank-js 取决于js2-modeCan I just (require 'js2-mode)(意味着不是主要模式) 并添加一些额外的设置来启用swank-js?任何帮助表示赞赏。
(require 'js2-mode)
当然,您可以不使用需要js2-mode对语句和函数定义进行智能评估的功能。我必须编写一个函数来评估线和区域。