emacs/dired: use diff-hl instead of dired-k

This commit is contained in:
Ting Zhou 2019-08-25 23:20:17 -07:00
parent f754d4ff93
commit ebff3ff6e0
2 changed files with 9 additions and 24 deletions

View file

@ -2,7 +2,7 @@
;;; emacs/dired/packages.el
(package! diredfl)
(package! dired-k)
(package! diff-hl)
(package! dired-rsync)
(when (featurep! +ranger)
(package! ranger))