-
-
Notifications
You must be signed in to change notification settings - Fork 59
docs(editors): add emacs and ast-grep.el #762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughA new Emacs integration section was added to the editor integration guide, detailing how to use the Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (1)
website/guide/tools/editors.md (1)
144-156
: Minor wording & Elisp-snippet nits
- Capitalise “Emacs” consistently.
- The straight-recipe symbol should match the package name (
ast-grep.el
→ast-grep
).- Doom’s
package!
form typically starts with a keyword list; quoting the symbol is unnecessary.-[ast-grep.el](https://github.com/SunskyXH/ast-grep.el) is an emacs package for searching code using ast-grep with completing-read interface or consult. +[ast-grep.el](https://github.com/SunskyXH/ast-grep.el) is an Emacs package for searching code using ast-grep with a completing-read interface or *consult*. ```elisp -(straight-use-package '(ast-grep :type git :host github :repo "SunskyXH/ast-grep.el")) +(straight-use-package '(ast-grep :type git :host github :repo "SunskyXH/ast-grep.el"))-Or if you are using doomemacs, add to your
packages.el
+Or, if you are using Doom Emacs, add to yourpackages.el
:-(package! ast-grep :recipe (:host github :repo "SunskyXH/ast-grep.el")) +(package! ast-grep :recipe (:host github :repo "SunskyXH/ast-grep.el"))</blockquote></details> </blockquote></details> <details> <summary>📜 Review details</summary> **Configuration used: CodeRabbit UI** **Review profile: CHILL** **Plan: Pro** <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 4321992044fb91fd0b99f8a77da0f3e230b443ba and f3281d7b740df0151d903716ac00fa6078d7bf16. </details> <details> <summary>📒 Files selected for processing (1)</summary> * `website/guide/tools/editors.md` (1 hunks) </details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
Thanks! |
Add document about using
ast-grep
in emacs.Summary by CodeRabbit
ast-grep.el
package.