Change magit-blame-addition to magit-blame

`magit-blame` is deprecated (as of Magit 2.90.0)
This commit is contained in:
Oleksii Filonenko 2018-11-12 20:37:35 +02:00 committed by GitHub
parent 412063f452
commit 6ba406c617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -627,7 +627,7 @@
:desc "Delete this file" :n "X" #'doom/delete-this-file)
(:desc "git" :prefix "g"
:desc "Magit blame" :n "b" #'magit-blame
:desc "Magit blame" :n "b" #'magit-blame-addition
:desc "Magit commit" :n "c" #'magit-commit
:desc "Magit clone" :n "C" #'+magit/clone
:desc "Magit dispatch" :n "d" #'magit-dispatch-popup