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. --- pearl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pearl.el') diff --git a/pearl.el b/pearl.el index 3652b7a..a6d7438 100644 --- a/pearl.el +++ b/pearl.el @@ -6723,7 +6723,8 @@ body stay." ["Workspace" ["Fetch" ("P" "pick source" pearl-pick-source) - ("l" "my open issues" pearl-list-issues) + ("l" "open default view" pearl-open-default-view) + ("m" "my open issues" pearl-list-issues) ("p" "by project" pearl-list-issues-by-project) ("f" "build a filter" pearl-list-issues-filtered)] ["Views" -- cgit v1.2.3