about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-05-17 12:51:16 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-17 12:51:16 +0100
commitd6bceae2969e62a909968ff08ae175adf766525c (patch)
tree6258acb00de7a88085fc915bbc7463b6e97a2443 /.emacs.d/lisp
parente17ff91dfb71b9804125ad33694ba9e6a7fabc29 (diff)
downloaddotfiles-d6bceae2969e62a909968ff08ae175adf766525c.tar.gz
Add binding for forge-copy-url-at-point-as-kill
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-git.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-git.el b/.emacs.d/lisp/init-git.el
index 5478bfd..b6e34a5 100644
--- a/.emacs.d/lisp/init-git.el
+++ b/.emacs.d/lisp/init-git.el
@@ -294,7 +294,8 @@
     (magit-refresh)))
 
 (use-package forge
-  :after magit)
+  :after magit
+  :bind (:map forge-pullreq-list-mode-map ("C-w" . forge-copy-url-at-point-as-kill)))
 
 (use-package git-link
   :config