From 2544dd8db3fc1a139643b328f36f00de47ab1cde Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 May 2020 11:09:58 -0700 Subject: [emacs] show git info in dired-mode When a directory, pressing ')' reveals git information. --- emacs.d/custom/fcuny-navigation.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs.d/custom') 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 -- cgit 1.4.1