summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config/init-dired.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/init-dired.el b/config/init-dired.el
index 9c1eff3..ecbfb5d 100644
--- a/config/init-dired.el
+++ b/config/init-dired.el
@@ -20,12 +20,6 @@
   (dired-no-confirm
    '(byte-compile chgrp chmod chown copy hardlink symlink touch)))
 
-(use-package dired-git-info
-  :ensure t
-  :defer t
-  :bind (:map dired-mode-map
-              (")" . dired-git-info-mode)))
-
 (provide 'init-dired)
 
 ;;; init-dired.el ends here