From df36e7f4d3e0d0b0f3883d31a381acc862e37e1d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 5 Nov 2019 14:38:38 -0500 Subject: [PATCH] emacs/dired: update package list in README --- modules/emacs/dired/README.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/emacs/dired/README.org b/modules/emacs/dired/README.org index c1118555a..07e391f4d 100644 --- a/modules/emacs/dired/README.org +++ b/modules/emacs/dired/README.org @@ -11,31 +11,28 @@ - [[#keybindings][Keybindings]] * Description - This module provides configuration for dired. ** Module Flags - + =+ranger= Enables dired to be more like [[https://github.com/ranger/ranger][ranger]]. + =+icons= Enables the display of fancy icons depending on file types in dired buffers. ** Plugins -+ [[https:https://github.com/syohex/emacs-dired-k][dired-k]] + [[https://github.com/purcell/diredfl][diredfl]] + [[https://github.com/stsquad/dired-rsync][dired-rsync]] ++ [[https://github.com/dgutov/diff-hl/][diff-hl]] ++ [[https://github.com/yqrashawn/fd-dired][fd-dired]] + =+ranger= + [[https://github.com/ralesi/ranger.el][ranger]] + =+icons= + [[https://github.com/jtbm37/all-the-icons-dired][all-the-icons-dired]] * Prerequisites - This module has no prerequisites *except on BSDs* where =GNU ls= (~gls~) is needed for it to work properly (Doom doctor will notify you if it is missing). * Keybindings - | Keybind | Description | |-----------+------------------------------| | =SPC f d= | Find directory with dired |