- 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)
9 lines
204 B
EmacsLisp
9 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))
|