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

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

Fix: #6562
Amend: e242ac9548
This commit is contained in:
Filipe Regadas 2024-02-06 00:29:24 +00:00 committed by GitHub
parent d124c7d19c
commit bd6a382b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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