Add key binding for git-gutter:update-all-windows

This commit is contained in:
Gergely Polonkai 2016-10-27 12:46:58 +02:00
parent e8113bf04b
commit cd2dd7b629
1 changed files with 5 additions and 1 deletions

View File

@ -398,8 +398,12 @@
;; Git gutter
(use-package git-gutter
:ensure t
:demand
:config
(global-git-gutter-mode t))
(global-git-gutter-mode t)
:bind
(:map gpolonkai/pers-map
("gg" . "git-gutter:update-all-windows")))
;; Org mode
(use-package org