diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-19 15:36:42 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-19 15:36:42 -0700 |
commit | 596907d773394d53e407b4234711f3158e59ca46 (patch) | |
tree | 2110e7858dc929946a2429530ce1c3c205f24feb | |
parent | remove all customization's (diff) | |
download | emacs.d-596907d773394d53e407b4234711f3158e59ca46.tar.gz |
remove dired-git-info
It's slow and I don't need it. Change-Id: Ia652aea40c3f59b360459751b6b7f6a50a60bc8b
-rw-r--r-- | config/init-dired.el | 6 |
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 |