From 51c060e13515ad4d609b54c9e749ddb7a6e183cd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 15 Feb 2026 22:16:57 -0600 Subject: fix(chrono-tools): correct undefined variable in timer reset message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit notification-package → notification-sound in cj/tmr-reset-sound-to-default. Also remove 10 untestable modules from ERT checklist [13/14]. --- modules/chrono-tools.el | 2 +- todo.org | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/modules/chrono-tools.el b/modules/chrono-tools.el index ccbac5f1..37a065f2 100644 --- a/modules/chrono-tools.el +++ b/modules/chrono-tools.el @@ -106,7 +106,7 @@ Present all audio files in the sounds directory and set the chosen file as (interactive) (setq tmr-sound-file notification-sound) (message "Timer sound reset to default: %s" - (file-name-nondirectory notification-package))) + (file-name-nondirectory notification-sound))) (use-package tmr :defer 0.5 diff --git a/todo.org b/todo.org index 6b7dbcc3..86652026 100644 --- a/todo.org +++ b/todo.org @@ -153,7 +153,7 @@ Already using prescient with vertico. Extend to Corfu after migration. ** Testing & CI -*** TODO [#B] Write Complete ERT Tests for This Config [13/23] +*** TODO [#B] Write Complete ERT Tests for This Config [13/14] Unit and Integration Tests should be added as subtasks below, marked done when complete. @@ -175,16 +175,8 @@ Unit and Integration Tests should be added as subtasks below, marked done when c - [X] org-webclipper — 31 tests in 1 file - [X] org-noter-config — 30 tests, 2 files (generate-notes + title-to-slug) - [X] browser-config — 20 tests in 1 file -- [ ] flycheck-config — expand beyond languagetool setup (6 tests) -- [ ] org-drill-config — expand beyond first-function/font-switching (17 tests) - *Lower priority (testable but less critical):* -- [ ] chrono-tools — timer/clock functions -- [ ] help-utils — search dispatch (arch-wiki, devdoc, tldr, wikipedia) -- [ ] dirvish-config — wallpaper setter, custom functions -- [ ] dwim-shell-config — shell command definitions -- [ ] elfeed-config — podcast/feed helper functions - [ ] eww-config — browser helper functions *** TODO [#B] Add project-aware ERT test isolation when switching projects -- cgit v1.2.3