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:
Henrik Lissner 2019-05-20 16:04:01 -04:00
parent 9561331d05
commit 57697efb62
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 18 additions and 4 deletions

View file

@ -1,6 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; emacs/dired/packages.el
(package! diredfl)
(package! dired-k)
(when (featurep! +ranger)
(package! ranger))