summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-01-18 18:37:52 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-01-18 18:37:52 +0100
commit4fc04f6c0dcf574ac714ded5c01d2dd9627f665f (patch)
treed05092bbe95948bf8e035220701f024afd264cc0
parent7c3440953ce0d2ac3d834eec5121c0245249dd55 (diff)
downloaddotfiles-4fc04f6c0dcf574ac714ded5c01d2dd9627f665f.tar.xz
Tell dired to use 'git mv' when appropriate
-rw-r--r--.emacs4
1 files changed, 4 insertions, 0 deletions
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)