tweak(dired): all-the-icons-dired-monochrome = nil
To be consistent with all-the-icons uses elsewhere. Ref: #5704 Co-authored-by: Anh T Nguyen <teeann@users.noreply.github.com>
This commit is contained in:
parent
1db8462d6b
commit
8342db4f35
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ we have to clean it up ourselves."
|
|||
;; wdired-mode.
|
||||
(defvar +wdired-icons-enabled -1)
|
||||
|
||||
;; display icons with colors
|
||||
(setq all-the-icons-dired-monochrome nil)
|
||||
|
||||
(defadvice! +dired-disable-icons-in-wdired-mode-a (&rest _)
|
||||
:before #'wdired-change-to-wdired-mode
|
||||
(setq-local +wdired-icons-enabled (if all-the-icons-dired-mode 1 -1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue