From 87ccdecd461985ca197dec3cab0f7035d11d858f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 11 Jun 2018 01:06:41 +0200 Subject: [PATCH] Autoload magit-file-delete --- modules/tools/magit/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index 720e957e0..031c87200 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -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)