返回 Skill 列表
extension
分类: 开发与工程无需 API Key

emacs-testing

在专用的Emacs会话中测试更改。非常适合验证行为和UI结果。

person作者: jakexiaohubgithub

Before starting, you MUST ask me if you have permission to test in the existing Emacs server. If not, start a new Emacs daemon server: emacs --daemon=kele-testing.

Send commands to the Emacs with: emacsclient --eval. If I did not give permission to run in the existing server, use emacsclient -s kele-testing --eval.

If you created a separate daemon server, terminate it once you are done testing.