diff options
| author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-12-11 14:09:13 +0100 |
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-12-11 14:09:13 +0100 |
| commit | 6200092afe794866017a87db2c4b0967e1135b19 (patch) | |
| tree | 646412b80650bed30c9218c30168bfef7f2bfb5c /.config/emacs/modules/mm-projects.el | |
| parent | 48c0bcb851f67589ed922c87b8caa74252afc779 (diff) | |
emacs: Add ‘gh-open-previous-pr’
Diffstat (limited to '.config/emacs/modules/mm-projects.el')
| -rw-r--r-- | .config/emacs/modules/mm-projects.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-projects.el b/.config/emacs/modules/mm-projects.el index 720cea3..02d7af4 100644 --- a/.config/emacs/modules/mm-projects.el +++ b/.config/emacs/modules/mm-projects.el @@ -108,6 +108,7 @@ This is intended to be called interactively via ;;; GitHub Pull Requests (require 'gh) -(keymap-global-set "C-c p" #'gh-create-pr) +(keymap-global-set "C-c p c" #'gh-create-pr) +(keymap-global-set "C-c p o" #'gh-open-previous-pr) (provide 'mm-projects) |