about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-git.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-07-28 20:08:40 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-07-28 20:08:40 +0100
commitad15cddc5d5315c5d997022f6d1193bda9963ab4 (patch)
treeefd98f1676e4833b736e60a38db64ac8d6bedd5f /emacs-prelude/personal/lisp/init-git.el
parentfeec02aa28e9972f4b6e3f8465f4c5dc7be43fc7 (diff)
downloaddotfiles-ad15cddc5d5315c5d997022f6d1193bda9963ab4.tar.gz
More emacs.d updates
Diffstat (limited to 'emacs-prelude/personal/lisp/init-git.el')
-rw-r--r--emacs-prelude/personal/lisp/init-git.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-prelude/personal/lisp/init-git.el b/emacs-prelude/personal/lisp/init-git.el
index c63de39..ac5ce4b 100644
--- a/emacs-prelude/personal/lisp/init-git.el
+++ b/emacs-prelude/personal/lisp/init-git.el
@@ -31,6 +31,7 @@
   ("C-c j S-g" . git-gutter)
   ("C-c j n" . git-gutter:next-hunk)
   ("C-c j p" . git-gutter:previous-hunk)
-  ("C-c j r" . git-gutter:revert-hunk))
+  ("C-c j r" . git-gutter:revert-hunk)
+  ("C-c j d" . git-gutter:popup-hunk))
 
 (provide 'init-git)