From 1067005467d66bbaae5853d2cacda749fb72cbcc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 4 Apr 2026 15:06:06 -0500 Subject: Restructure README and address review comments - Remove About section (merged into intro) - Rename Credits to History, fold Migration under it - Fold Manual Check and Known Limitations under Usage - Fold Full Example Configuration under Configuration - Add straight.el and quelpa install methods - Move requirements into Installation with auto-deps note - Add notification daemon check to troubleshooting - Add Development subsection with clone/lint/issues info - Add LICENSE file (GPL-3.0) - Update nav bar to match new structure - Fix startup integration test for new modeline error state --- tests/test-integration-startup.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test-integration-startup.el b/tests/test-integration-startup.el index c755d7e..6592cf4 100644 --- a/tests/test-integration-startup.el +++ b/tests/test-integration-startup.el @@ -230,8 +230,7 @@ This validates the early-return mechanism works correctly." (should (null chime--validation-done)) ;; Should NOT have processed any events (early return worked) - (should (null chime--upcoming-events)) - (should (null chime-modeline-string))))) + (should (null chime--upcoming-events))))) ;;; Boundary Cases - Edge Conditions -- cgit v1.2.3