mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
- Adds C-c C-e for invoking wdired - Adds diredfl for more colors in dired (and disables dired-k's coloring based on mtime, which was confusing)
10 lines
204 B
EmacsLisp
10 lines
204 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/dired/packages.el
|
|
|
|
(package! diredfl)
|
|
(package! dired-k)
|
|
(when (featurep! +ranger)
|
|
(package! ranger))
|
|
(when (featurep! +icons)
|
|
(package! all-the-icons-dired))
|