fix(dired): void-variable dired-omit-files error
Caused by a recent bump to :emacs dired (seee242ac9
). Fix: #6562 Amend:e242ac9548
This commit is contained in:
parent
d124c7d19c
commit
bd6a382b18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue