[dired] add dired-git-info support
This commit is contained in:
parent
dca4015003
commit
5660d7ba6b
3 changed files with 13 additions and 0 deletions
|
@ -6,3 +6,7 @@
|
|||
(interactive)
|
||||
(mapc #'kill-buffer (doom-buffers-in-mode 'dired-mode))
|
||||
(message "Killed all dired buffers"))
|
||||
;;;###autoload
|
||||
(defun +dired/enable-git-info-h ()
|
||||
(if (locate-dominating-file "." ".git")
|
||||
(dired-git-info-mode 1)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue