summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-18 02:41:19 +0100
committerjao <jao@gnu.org>2022-07-18 02:41:19 +0100
commita00cce58c76472376854ea846598a21e2ed331ce (patch)
tree00c47543f21da543a903e5ccc2de39d47908aec8
parent92e93932aba504c5703f2e0a68c1e8c753be8324 (diff)
downloadelibs-a00cce58c76472376854ea846598a21e2ed331ce.tar.gz
elibs-a00cce58c76472376854ea846598a21e2ed331ce.tar.bz2
dired-duplicates
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8493265..7dd0e5a 100644
--- a/init.el
+++ b/init.el
@@ -841,6 +841,8 @@
:ensure t
:bind (:map dired-mode-map (")" . dired-git-info-mode)))
+(use-package dired-duplicates :ensure t)
+
;;; General editing
;;;; automatically uncompress
(require 'jka-compr)