mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
dgutov/diff-hl@40c89a7b0d -> dgutov/diff-hl@6fa3af0843 ideasman42/emacs-undo-fu@34b27c01da -> ideasman42/emacs-undo-fu@ab8bc10e42 magit/magit@aba0a59611 -> magit/magit@1eb183e767 wyuenho/all-the-icons-dired@a758766878 -> wyuenho/all-the-icons-dired@5e9b097f99
13 lines
609 B
EmacsLisp
13 lines
609 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/dired/packages.el
|
|
|
|
(package! diredfl :pin "4ca32658aebaf2335f0368a0fd08f52eb1aee960")
|
|
(package! dired-git-info :pin "9461476a28a5fec0784260f6e318237c662c3430")
|
|
(package! diff-hl :pin "6fa3af0843093f44e028584a93eef091ec7e79d2")
|
|
(package! dired-rsync :pin "7940d9154d0a908693999b0e1ea351a6d365c93d")
|
|
(when (featurep! +ranger)
|
|
(package! ranger :pin "2498519cb21dcd5791d240607a72a204d1761668"))
|
|
(when (featurep! +icons)
|
|
(package! all-the-icons-dired :pin "5e9b097f9950cc9f86de922b07903a4e5fefc733"))
|
|
(package! fd-dired :pin "458464771bb220b6eb87ccfd4c985c436e57dc7e")
|