From 17312e79623290a905af4cddb750b38fb532ccab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 May 2020 11:27:50 -0700 Subject: emacs: remove dired-git-info I don't use it. --- emacs.d/custom/fcuny-navigation.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el index 298c70f..b325d62 100644 --- a/emacs.d/custom/fcuny-navigation.el +++ b/emacs.d/custom/fcuny-navigation.el @@ -21,11 +21,6 @@ (setq dired-recursive-deletes 'always) (setq dired-recursive-copies 'always)) -(use-package dired-git-info - :ensure t - :bind (:map dired-mode-map - (")" . dired-git-info-mode))) - (use-package dired-x :ensure nil :config -- cgit 1.4.1