Add key binding for git-gutter:update-all-windows
This commit is contained in:
parent
e8113bf04b
commit
cd2dd7b629
6
init.el
6
init.el
@ -398,8 +398,12 @@
|
|||||||
;; Git gutter
|
;; Git gutter
|
||||||
(use-package git-gutter
|
(use-package git-gutter
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:demand
|
||||||
:config
|
:config
|
||||||
(global-git-gutter-mode t))
|
(global-git-gutter-mode t)
|
||||||
|
:bind
|
||||||
|
(:map gpolonkai/pers-map
|
||||||
|
("gg" . "git-gutter:update-all-windows")))
|
||||||
|
|
||||||
;; Org mode
|
;; Org mode
|
||||||
(use-package org
|
(use-package org
|
||||||
|
Loading…
Reference in New Issue
Block a user