mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs/dired: ranger already come with omit-mode
This commit is contained in:
@ -98,6 +98,7 @@ we have to clean it up ourselves."
|
||||
|
||||
|
||||
(def-package! dired-x
|
||||
:when (not (featurep! +ranger))
|
||||
:hook (dired-mode . dired-omit-mode)
|
||||
:config
|
||||
(setq dired-omit-verbose nil))
|
||||
|
Reference in New Issue
Block a user