[dired] add dired-git-info support
This commit is contained in:
parent
dca4015003
commit
5660d7ba6b
3 changed files with 13 additions and 0 deletions
|
@ -168,3 +168,11 @@ we have to clean it up ourselves."
|
|||
:when (executable-find doom-projectile-fd-binary)
|
||||
:defer t
|
||||
:init (advice-add #'find-dired :override #'fd-dired))
|
||||
|
||||
|
||||
(use-package! dired-git-info
|
||||
:bind (:map dired-mode-map (")" . dired-git-info-mode))
|
||||
:after dired
|
||||
:init
|
||||
(progn
|
||||
(add-hook 'dired-after-readin-hook '+dired/enable-git-info-h)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue