emacs/dired: add fd-dired for faster find-dired

...if you have fd installed.
This commit is contained in:
Henrik Lissner 2019-10-19 16:33:46 -04:00
parent 9b25582be1
commit 2478271583
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 0 deletions

View file

@ -8,3 +8,4 @@
(package! ranger))
(when (featurep! +icons)
(package! all-the-icons-dired))
(package! fd-dired)