diff options
Diffstat (limited to '')
-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 |