mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] Add keybindings for git gutter navigation
This commit is contained in:
parent
df8e40bdc9
commit
fd98563284
1 changed files with 2 additions and 0 deletions
|
@ -657,6 +657,8 @@ Taken from http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/a6
|
||||||
(use-package git-gutter
|
(use-package git-gutter
|
||||||
:ensure t
|
:ensure t
|
||||||
:diminish git-gutter-mode
|
:diminish git-gutter-mode
|
||||||
|
:bind (("C-x g n" . git-gutter:next-hunk)
|
||||||
|
("C-x g p" . git-gutter:previous-hunk))
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(global-git-gutter-mode t)
|
(global-git-gutter-mode t)
|
||||||
|
|
Loading…
Reference in a new issue