aboutsummaryrefslogtreecommitdiff
path: root/pearl.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-02 13:41:02 -0500
committerCraig Jennings <c@cjennings.net>2026-06-02 13:41:02 -0500
commitaf89859dc2ff772f9acf2d5b784e587e4d0243cc (patch)
treeb514ba8b61b9bd175c2bad20e62d7eb8c757b2ee /pearl.el
parentc11592ed56b895dc3ec4cfae7e9df8e77d641c2c (diff)
downloadpearl-af89859dc2ff772f9acf2d5b784e587e4d0243cc.tar.gz
pearl-af89859dc2ff772f9acf2d5b784e587e4d0243cc.zip
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.
Diffstat (limited to 'pearl.el')
-rw-r--r--pearl.el3
1 files changed, 2 insertions, 1 deletions
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"