summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-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)