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 | ecd5c2df3a150fef303bbc4440640779e9d307e5 (patch) | |
| tree | 6c5a126d75a8c8743f3fffb341dc91e20b129694 /docs | |
| parent | f0ee1660a9ebbebbf0a7eabded1f191b57d51a26 (diff) | |
| download | dotemacs-ecd5c2df3a150fef303bbc4440640779e9d307e5.tar.gz dotemacs-ecd5c2df3a150fef303bbc4440640779e9d307e5.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 53eb2ec8..e92065a7 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** |
