From e468119f0682dad17ce33c554bda33135920cf84 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 17 Feb 2025 15:45:46 -0500 Subject: [PATCH] fix(dirvish): remove unnecessary load order delay --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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