mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom-dashboard: fix +doom-dashboard-p test
This commit is contained in:
@ -7,7 +7,9 @@
|
||||
|
||||
(describe "ui/doom-dashboard"
|
||||
:var (default-directory projectile-enable-caching)
|
||||
(before-all (setq projectile-enable-caching nil))
|
||||
(before-all
|
||||
(setq projectile-enable-caching nil
|
||||
doom-fallback-buffer-name +doom-dashboard-name))
|
||||
|
||||
(before-each (projectile-mode +1))
|
||||
(after-each (projectile-mode -1))
|
||||
|
Reference in New Issue
Block a user