summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-03 16:26:54 -0600
committerCraig Jennings <c@cjennings.net>2025-11-03 16:26:54 -0600
commit15c85254f99b76b84e422f99b7fa941dd878cb3e (patch)
tree1fe9aeabac061e92b91237723915df0e2a788b85 /todo.org
parent8d1c6314c041913854762f1dabcc3fd48157fb43 (diff)
downloaddotemacs-15c85254f99b76b84e422f99b7fa941dd878cb3e.tar.gz
dotemacs-15c85254f99b76b84e422f99b7fa941dd878cb3e.zip
feat: Add org-appear and enable org emphasis rendering
Changes: - Added org-appear package to show emphasis markers only when editing - Changed org-fontify-emphasized-text from nil to t to render bold/italic - Updated comment for org-hide-emphasis-markers to reference org-appear - org-appear reveals markers (* / _) only when cursor is on them - Also shows link markup and sub/superscripts when editing - Updated todo.org to mark org-appear task as DONE (Method 2: 3/5) Result: Cleaner org-mode editing experience with visual emphasis while maintaining clean appearance when not editing.
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org12
1 files changed, 9 insertions, 3 deletions
diff --git a/todo.org b/todo.org
index 4eab4122..8ef088b8 100644
--- a/todo.org
+++ b/todo.org
@@ -214,7 +214,7 @@ EMMS keybindings conflict with standard buffer keybindings, causing mistypes.
Results in accidental destructive actions (clearing buffers), requires undo + context switch.
Violates Intuitive value - muscle memory should help, not hurt.
-* Method 2: Stop Problems Before They Appear [2/5]
+* Method 2: Stop Problems Before They Appear [3/5]
** TODO [#B] Migrate from Company to Corfu
:PROPERTIES:
@@ -242,9 +242,15 @@ CLOSED: [2025-11-03 Sun]
- treesit-auto continues to manage tree-sitter grammars automatically
- No functionality lost, cleaner dependency tree
-** TODO [#C] Add org-appear (show emphasis markers only when point is on them)
+** DONE [#C] Add org-appear (show emphasis markers only when point is on them)
+CLOSED: [2025-11-03 Sun]
-Cleaner org files, supports Intuitive value.
+✅ Added org-appear package to modules/org-config.el
+- Shows emphasis markers (* / _) only when cursor is on them
+- Also shows link markup and sub/superscripts when editing
+- Changed org-fontify-emphasized-text from nil to t (line 75)
+- Updated comment on line 71 to reference org-appear
+- Cleaner editing experience while maintaining visual clarity
** TODO [#C] Integrate prescient with Corfu (smart sorting)