diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2020-05-29 11:27:50 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2020-05-29 11:27:50 -0700 |
| commit | 17312e79623290a905af4cddb750b38fb532ccab (patch) | |
| tree | 2dfda9c36fb8f39fa9b809d2f254ebf48be6683e | |
| parent | emacs: remove ace-window (diff) | |
| download | emacs.d-17312e79623290a905af4cddb750b38fb532ccab.tar.gz | |
emacs: remove dired-git-info
I don't use it.
| -rw-r--r-- | emacs.d/custom/fcuny-navigation.el | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
