diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-03 22:11:53 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-03 22:11:53 -0600 |
| commit | 21978b597fabc41fa95bf92ffc42fbe07d68dd0a (patch) | |
| tree | 6ee90282a76cd01fad001c5453290e34db2755dd /docs | |
| parent | 22140f46fa80802c39361b3917f9f6dbdb91161c (diff) | |
| download | dotemacs-21978b597fabc41fa95bf92ffc42fbe07d68dd0a.tar.gz dotemacs-21978b597fabc41fa95bf92ffc42fbe07d68dd0a.zip | |
docs: Add reminder for Flymake/Flycheck modeline integration decision
Added new "PENDING DECISIONS" section to NOTES.org with reminder about
modeline error/warning integration discussion.
Questions to decide:
- Flymake vs Flycheck
- Format preference (counts vs symbols, clickable?)
- Placement (left vs right side)
- Active window only?
Implementation ready - just needs user preferences.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/NOTES.org | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/NOTES.org b/docs/NOTES.org index 53eb2ec8a..e92065a78 100644 --- a/docs/NOTES.org +++ b/docs/NOTES.org @@ -41,6 +41,31 @@ When Craig says any of these phrases, execute the wrap-up workflow: *Slash command:* `/wrap-it-up` triggers this same workflow +* 🤔 PENDING DECISIONS + +** Flymake/Flycheck Modeline Integration + +Craig was interested in adding error/warning counts to the modeline but hasn't decided on implementation details yet. + +**Questions to decide:** + +1. **Flymake vs Flycheck?** + - Flymake is built-in and works with LSP (eglot) + - Flycheck requires installation but has more checker backends + +2. **Format preference?** + - Just counts: `E:3 W:5` + - With symbols: `⚠3 ✖ 5` + - Clickable to show diagnostics buffer? + +3. **Placement?** + - Left side near major-mode, or right side with VC branch? + +4. **Active window only?** + - Like your VC branch - only show in selected window + +**Implementation is ready** - just need your preferences and I can add it exactly how you want it. + * 🔔 DESKTOP NOTIFICATIONS WORKFLOW **IMPORTANT: How Claude notifies you when blocked** |
