mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +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
|
||||
:ensure t
|
||||
:diminish git-gutter-mode
|
||||
:bind (("C-x g n" . git-gutter:next-hunk)
|
||||
("C-x g p" . git-gutter:previous-hunk))
|
||||
:config
|
||||
(progn
|
||||
(global-git-gutter-mode t)
|
||||
|
|
Loading…
Reference in a new issue