diff --git a/config.org b/config.org index 972c66c..f429b0d 100644 --- a/config.org +++ b/config.org @@ -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