[emacs] Call magit blame via magit-blame

This commit is contained in:
Correl Roush 2015-09-03 14:36:41 -04:00
parent 5550f6fe34
commit 3279df909f

View file

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