From af89859dc2ff772f9acf2d5b784e587e4d0243cc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 2 Jun 2026 13:41:02 -0500 Subject: feat(views): offer open-default-view in the transient menu The keymap's l hot key opens the default view, but the transient could only run literal my-open-issues, so the menu couldn't reach a configured default. Now the Fetch group's l mirrors the keymap and runs pearl-open-default-view. Literal my-open-issues moves to m so it stays reachable from the menu. Suite holds at 809, compile and lint clean. --- tests/test-pearl-menu.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-pearl-menu.el') diff --git a/tests/test-pearl-menu.el b/tests/test-pearl-menu.el index 48ce723..8d23023 100644 --- a/tests/test-pearl-menu.el +++ b/tests/test-pearl-menu.el @@ -60,6 +60,7 @@ menu entry that still points at it fails here." "A representative slice of the command surface is reachable from the menu." (let ((cmds (mapcar #'cdr (test-pearl-menu--pairs)))) (dolist (expected '(pearl-list-issues + pearl-open-default-view pearl-run-linear-view pearl-run-local-view pearl-publish-local-view -- cgit v1.2.3