summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-31 20:37:09 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-31 20:37:09 -0400
commitea7ee21dacd403dc5035cfbc18ce436ed689596c (patch)
treea07ca731ffb1134e76235eef240a9f4a70f9ca41 /lisp/init-git.el
parent43dc1fc9b77781ebaccf65d0aebd646e8d073a9f (diff)
downloademacs.d-ea7ee21dacd403dc5035cfbc18ce436ed689596c.tar.gz
git-map: Add magit-copy-commit-summary binding
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 8102a9a..b698b36 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -459,6 +459,7 @@ function."
(define-key km/magit-map "g" 'km/git-map)
(define-key km/git-map "." 'km/magit-show-commit-at-point)
+ (define-key km/git-map "c" 'km/magit-copy-commit-summary)
(define-key km/git-map "d" 'magit-dispatch-popup)
(define-key km/git-map "e" 'km/magit-commit-extend-all)
(define-key km/git-map "f" 'km/magit-reset-file)