mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Update magit blame shortcut definition
This commit is contained in:
parent
d6ab090d29
commit
0f25020d3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue