jingtaozf
- 5 skills
- 0 followers
- 1 week ago last updated
- ▌ Emacs Introspection · jingtaozfEmacs introspection via evalElisp MCP tool - discover functions, packages, keybindings, modes, and hooks
- ▌ Emacs Best Practices · jingtaozfBest practices for writing reliable Emacs Lisp code - covers data persistence, print settings, Common Lisp compatibility, and common pitfalls
- ▌ Emacs Async · jingtaozfUse when writing async elisp code with callbacks, timers, or process filters - provides patterns for safe cursor-position handling and state preservation
- ▌ Emacs Testing · jingtaozfTest Emacs Lisp code using ERT (Emacs Lisp Regression Testing) - provides patterns for unit tests, integration tests, and test-driven development
- ▌ Emacs Debugging · jingtaozfDebug Emacs Lisp code using edebug, trace, profiler, and error handling - use when encountering elisp errors or performance issues