diff options
author | jao <jao@gnu.org> | 2022-07-18 02:41:19 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-18 02:41:19 +0100 |
commit | a00cce58c76472376854ea846598a21e2ed331ce (patch) | |
tree | 00c47543f21da543a903e5ccc2de39d47908aec8 | |
parent | 92e93932aba504c5703f2e0a68c1e8c753be8324 (diff) | |
download | elibs-a00cce58c76472376854ea846598a21e2ed331ce.tar.gz elibs-a00cce58c76472376854ea846598a21e2ed331ce.tar.bz2 |
dired-duplicates
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |