summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-07 23:18:38 -0600
committerCraig Jennings <c@cjennings.net>2025-11-07 23:18:38 -0600
commit15d0599100eda5d82dd1e536beedb58b3ca8fb92 (patch)
tree874ebe41dd9c6e3aac8606803c5fff21cec1026d
parent8c04bf4304662e93c4ddd78306344876b7b7d3ab (diff)
chore: Disable automatic syncs and triage inbox
- Commented out mu4e-update-interval to stop email password prompts - Triaged 5 inbox items against V2MOM framework - Moved 4 items to Method 1 (frictionless improvements) - Split org keymaps task into Method 1 + someday-maybe components - Deleted unclear 'toggle org-agenda' task - Clarified org-appear toggle requirement for long links in tables - Updated Method 1 count from [8/14] to [8/18] - Added transient menu task to SOMEDAY-MAYBE - Cleared inbox for new items Co-Authored-By: Claude <noreply@anthropic.com>
-rw-r--r--modules/mail-config.el3
-rw-r--r--todo.org27
2 files changed, 27 insertions, 3 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el
index 95ee88d2..170711bb 100644
--- a/modules/mail-config.el
+++ b/modules/mail-config.el
@@ -82,7 +82,8 @@ Prompts user for the action when executing."
(setq mu4e-maildir mail-dir) ;; same as above (for newer mu4e)
(setq mu4e-sent-messages-behavior 'delete) ;; don't save to "Sent", IMAP does this already
(setq mu4e-show-images t) ;; show embedded images
- (setq mu4e-update-interval 600) ;; check for new mail every 10 minutes (600 seconds)
+ ;; (setq mu4e-update-interval 600) ;; check for new mail every 10 minutes (600 seconds)
+ ;; TEMPORARILY DISABLED: Causing password prompts that interrupt work
(setq mu4e-hide-index-messages t) ;; don't show indexing messages buffer
(setq mu4e-headers-from-or-to-prefix '("" . "➜ "))
diff --git a/todo.org b/todo.org
index 8c7d51b7..3d226c2d 100644
--- a/todo.org
+++ b/todo.org
@@ -17,7 +17,7 @@ If the answer is "no" to all five → DON'T ADD IT.
V2MOM is located at: [[file:docs/emacs-config-v2mom.org][emacs-config-v2mom.org]]
Research/ideas that don't serve vision: [[file:docs/someday-maybe.org][someday-maybe.org]]
-* Method 1: Make Using Emacs Frictionless [8/14]
+* Method 1: Make Using Emacs Frictionless [8/18]
** DONE [#A] Remove network check from startup (saves 1+ seconds)
CLOSED: [2025-10-31 Fri]
@@ -194,6 +194,29 @@ Generate transcript (once transcription workflow exists).
Daily workflow improvement.
+** TODO cj/flyspell-then-abbrev loses keybinding in scratch org-mode buffer
+
+Keybinding breaks in scratch buffer when using org-mode. Affects daily editing workflow.
+Moved from inbox 2025-11-07.
+
+** TODO [#A] Delay in modeline lines and columns update
+
+Performance issue where line/column numbers in modeline lag behind cursor movement.
+Breaks flow and makes navigation feel sluggish.
+Moved from inbox 2025-11-07.
+
+** TODO Frequently used org-mode keybindings under C-; o
+
+Add quick access keybindings for common org commands (org-table, org-reveal, etc.) under C-; o.
+Makes org-mode operations more frictionless.
+Moved from inbox 2025-11-07.
+
+** TODO [#B] Toggle org-appear on/off
+
+When org links have long paths and point is on them, they expand and make text difficult to read
+(especially in org-tables). Need ability to toggle org-appear: on for editing links, off for reading.
+Moved from inbox 2025-11-07.
+
** TODO [#A] Fix Google Calendar password prompts every 15 minutes
IRRITANT: gcal-sync triggers password prompts approximately every 15 minutes,
@@ -450,4 +473,4 @@ Review this inbox, cancel stale items, keep < 20 active. Track in calendar.
Can't research next thing until current thing is implemented.
* Emacs Config Inbox
-** TODO cj/flyspell-then-abbrev loses keybinding in scratch org-mode buffer
+** TODO mu4e issue No sent emails since August?