fix(dirvish): remove unnecessary load order delay

This commit is contained in:
Kiana Sheibani 2025-02-17 15:45:46 -05:00
parent 026bca14f7
commit e468119f06
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -4023,8 +4023,7 @@ This is the configuration for all the mode-related packages, including programmi
The variable ~+workspaces-switch-project-function~ contains a function that is run whenever a project is opened. A file explorer seems like a natural place to open at this point.
#+begin_src emacs-lisp
(after! doom-modules
(setq +workspaces-switch-project-function #'dirvish))
(setq +workspaces-switch-project-function #'dirvish)
#+end_src
*** Bindings