Merge pull request #673 from zaiste/add-binding-for-git-file-delete

bindings: magit | add `file-delete` as `SPC g x`
This commit is contained in:
Henrik Lissner 2018-06-11 01:33:07 +02:00 committed by GitHub
commit 4c8afef3c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ load everything.")
;;
(def-package! magit
:defer t
:commands magit-file-delete
:config
(setq magit-completing-read-function
(if (featurep! :completion ivy)