fix(dired): void-variable dired-omit-files error

Caused by a recent bump to :emacs dired (see e242ac9).

Fix: #6562
Amend: e242ac954848
This commit is contained in:
Filipe Regadas 2024-02-06 00:29:24 +00:00 committed by Yann Esposito (Yogsototh)
parent fed693404f
commit a715385ba0
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -137,6 +137,7 @@ we have to clean it up ourselves."
:init (after! dired (dirvish-override-dired-mode))
:hook (dired-mode . dired-omit-mode)
:config
(require 'dired-x)
(setq dirvish-cache-dir (concat doom-cache-dir "dirvish/")
dirvish-hide-details nil
dirvish-attributes '(git-msg)
@ -171,7 +172,6 @@ we have to clean it up ourselves."
(use-package! dired-x
:unless (modulep! +dirvish)
:unless (modulep! +ranger)
:hook (dired-mode . dired-omit-mode)
:config