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:
parent
9561331d05
commit
57697efb62
2 changed files with 18 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; emacs/dired/packages.el
|
||||
|
||||
(package! diredfl)
|
||||
(package! dired-k)
|
||||
(when (featurep! +ranger)
|
||||
(package! ranger))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue