[emacs] Update magit blame shortcut definition

This commit is contained in:
Correl Roush 2019-03-25 16:07:09 -04:00
parent d6ab090d29
commit 0f25020d3b

View file

@ -1235,7 +1235,7 @@ Taken from http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/a6
(use-package magit-blame
:ensure magit
:commands magit-blame-mode
:bind ("C-c m b" . magit-blame))
:bind ("C-c m b" . magit-blame-addition))
#+END_SRC
* Other functionality
** Disable tab indenting by default