mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Henrik Lissner
parent
1db8462d6b
commit
8342db4f35
@ -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))
|
||||
|
Reference in New Issue
Block a user