fix(dirvish): remove unnecessary load order delay
This commit is contained in:
parent
026bca14f7
commit
e468119f06
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
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
|
#+begin_src emacs-lisp
|
||||||
(after! doom-modules
|
(setq +workspaces-switch-project-function #'dirvish)
|
||||||
(setq +workspaces-switch-project-function #'dirvish))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Bindings
|
*** Bindings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue