Skip to content

Commit

Permalink
Bump :emacs dired
Browse files Browse the repository at this point in the history
dgutov/diff-hl@a625033 -> dgutov/diff-hl@2281a89
punassuming/ranger.el@ae9b381 -> punassuming/ranger.el@d7c1837
yqrashawn/fd-dired@001cc95 -> yqrashawn/fd-dired@5622041

Fixes pasting file to its original directory. Previously it failed with
error, adding a suffix.

Closes #3665

Co-authored-by: Jakub Darul <JakDar@users.noreply.github.com>
  • Loading branch information
hlissner and JakDar committed Aug 1, 2020
1 parent e07cc77 commit 8a0fd0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/emacs/dired/packages.el
Expand Up @@ -3,10 +3,10 @@

(package! diredfl :pin "83567d00affce66a4e501563eddd0bd436ac48d0")
(package! dired-git-info :pin "b47f2b0c3a6cb9b7a62a4ee2605a492e512d40a9")
(package! diff-hl :pin "a625033fb1dde83f6e4c2fc21f632b22ec34b609")
(package! diff-hl :pin "2281a89a3ddc6616073da6f190dda08d23b18ba6")
(package! dired-rsync :pin "bfd5c155be1cb6b71c83e5f41116c81b6532b6d5")
(when (featurep! +ranger)
(package! ranger :pin "ae9b3816a6da927cca5beb62c45400103797a2da"))
(package! ranger :pin "d7c18370981c9e585bc0fb78f7e55033457ca643"))
(when (featurep! +icons)
(package! all-the-icons-dired :pin "fc2dfa1e9eb8bf1c402a675e7089638d702a27a5"))
(package! fd-dired :pin "001cc95effdd5c4d9974b3f2c40b2ddf1f0e3de2")
(package! fd-dired :pin "5622041068d5fa2f299dbc8aa91fece0ba260086")

0 comments on commit 8a0fd0b

Please sign in to comment.