commit 4fc04f6c0dcf574ac714ded5c01d2dd9627f665f
parent 7c3440953ce0d2ac3d834eec5121c0245249dd55
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 18 Jan 2025 18:37:52 +0100
Tell dired to use 'git mv' when appropriate
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.emacs b/.emacs
@@ -790,6 +790,10 @@ UPSTREAMS is a list of fetch URLs."
:config
(add-hook 'dired-mode-hook 'diff-hl-dired-mode-unless-remote))
+(use-package dired-aux
+ :custom
+ (dired-vc-rename-file t))
+
(use-package ediff
:custom
(ediff-merge-split-window-function 'split-window-vertically)