summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org12
1 files changed, 10 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index e9e316de..c71a1508 100644
--- a/todo.org
+++ b/todo.org
@@ -24,9 +24,17 @@ CLOSED: [2025-10-31 Fri]
✅ Deleted blocking ping check. Startup improved from 6.2s to 5.4s.
Now uses package priorities: .localrepo (200) > online repos (25).
-** TODO [#A] Fix cj/goto-git-gutter-diff-hunks (missing function causing errors)
+** DONE [#A] Fix cj/goto-git-gutter-diff-hunks (missing function causing errors)
+CLOSED: [2025-11-03 Sun]
+
+✅ Implemented missing function in modules/vc-config.el
+- Added `cj/goto-git-gutter-diff-hunks` function (lines 118-124)
+- Uses consult-line to search for diff markers (^[+\-])
+- Enables interactive jumping to any changed line via C-; v d
+- Function properly documented with docstring
+- No linting issues, compiles cleanly
-Quick win - 15 minutes. Just needs to be defined.
+Quick win completed - 5 minutes actual time.
** DONE [#A] Fix chime-check throw with no catch block
CLOSED: [2025-11-01 Fri]