Cursor Integration Guide
IDE-integrated emoji control with zero configuration
Quick Setup
1. Create directory
mkdir -p .cursor/rules2. Download rules
curl https://nomoji.dev/api/cursor-rules/default -o .cursor/rules/nomoji.mdc3. Done!
Cursor will automatically apply the rules
What You Get
- Zero-config - works immediately after download
- Applies to all AI interactions in Cursor
- Supports project-level and global rules
- Version controllable
Choosing a Preset
Strict Mode
No emojis anywhere (recommended for enterprise)
curl https://nomoji.dev/api/cursor-rules/strict-user -o .cursor/rules/nomoji.mdcModerate Mode
Limited emojis, balanced approach
curl https://nomoji.dev/api/cursor-rules/moderate-user -o .cursor/rules/nomoji.mdcRelaxed Mode
Emojis in UI only
curl https://nomoji.dev/api/cursor-rules/relaxed-user -o .cursor/rules/nomoji.mdcProject vs Global Rules
Project-Level (Recommended)
Place rules in your project directory:
.cursor/rules/nomoji.mdcBenefits:
- Team-wide consistency
- Version controlled
- Project-specific configuration
Global Rules
Configure in Cursor Settings:
- Open Cursor Settings
- Go to "Rules" section
- Add nomoji.dev rules
Benefits:
- Apply to all projects
- Personal defaults
Troubleshooting
Rules Not Working?
- Verify
.cursor/rules/nomoji.mdcexists in project root - Check file content is properly formatted
- Restart Cursor to reload rules
- Clear Cursor cache: Cmd/Ctrl + Shift + P → "Clear Cache"
Emojis Still Appearing?
- Check severity levels in your configuration
- Verify all desired contexts are enabled
- Try the strict preset
Team Setup
Share configuration with your team:
- Download rules to your project
- Commit to version control:
git add .cursor/rules/nomoji.mdc && git commit -m "Add Cursor nomoji rules" - Team members pull and Cursor auto-applies