Using cursor for org mode common lisp literate files

Hey chat, loving cursor so far. Anyone have a workflow they can share with using emacs .org files in literate development with cursor? I have a literate common lisp project that I need to use AI tools to fix bugs in. Thanks and stay rizzing

While Cursor doesn’t have direct org-mode support, you can probably use VS Code’s org-mode extensions since Cursor is built on VS Code. Check out our docs on VS Code compatibility here: Cursor – Migrate from VS Code

For debugging Common Lisp specifically, Agent Mode (⌘I) would be super helpful - it can analyze bugs across multiple files. You can also use @Docs to give Cursor more context about your Lisp code

Just keep in mind the AI features might not understand the org-mode syntax perfectly, but the debugging tools should still work with the actual Lisp code blocks