From 4fc04f6c0dcf574ac714ded5c01d2dd9627f665f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 18 Jan 2025 18:37:52 +0100 Subject: Tell dired to use 'git mv' when appropriate --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs b/.emacs index b11a7e6..788fbb8 100644 --- 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) -- cgit v1.2.3