summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-navigation.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el
index f51e99c..871b411 100644
--- a/emacs.d/custom/fcuny-navigation.el
+++ b/emacs.d/custom/fcuny-navigation.el
@@ -56,6 +56,11 @@
(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