mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
[dired] add dired-git-info support
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user