mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Call magit blame via magit-blame
This commit is contained in:
parent
5550f6fe34
commit
3279df909f
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,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-mode))
|
||||
:bind ("C-c m b" . magit-blame))
|
||||
#+END_SRC
|
||||
* Other functionality
|
||||
** Disable tab indenting by default
|
||||
|
|
Loading…
Reference in a new issue