summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 05:14:15 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 05:14:21 -0600
commitf5b744f9e15d1f07f41201a56b0376784744d8df (patch)
tree302fcd6014707855dd5ec275881adef0ce31eb89 /todo.org
parent3a48736a97d05ba6ebd4933103334428099ac849 (diff)
downloaddotemacs-f5b744f9e15d1f07f41201a56b0376784744d8df.tar.gz
dotemacs-f5b744f9e15d1f07f41201a56b0376784744d8df.zip
chore: rename chime.el references to Chime
Update load-path, GitHub URL, and all project/package name references to reflect the chime.el → Chime rename.
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index dff634f6..c7054d44 100644
--- a/todo.org
+++ b/todo.org
@@ -148,13 +148,13 @@ Already using prescient with vertico. Extend to Corfu after migration.
*** TODO [#B] Add project-aware ERT test isolation when switching projects
-When switching between elisp projects (e.g., emacs.d to chime.el), previously loaded
+When switching between elisp projects (e.g., emacs.d to Chime), previously loaded
ERT tests remain in memory causing confusion and wrong tests to run.
**Problem:**
- ERT tests globally registered in Emacs session
- `M-x ert RET t RET` runs ALL loaded tests from ALL projects
-- Can accidentally run emacs.d tests when working on chime.el
+- Can accidentally run emacs.d tests when working on Chime
- Current workaround: restart Emacs (loses session state)
**Solution:**