mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs/dired: add diredfl & refactor
- 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)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; emacs/dired/packages.el
|
||||
|
||||
(package! diredfl)
|
||||
(package! dired-k)
|
||||
(when (featurep! +ranger)
|
||||
(package! ranger))
|
||||
|
Reference in New Issue
Block a user