From e220549bb884c0b08a76096698066e0f7d67ecc0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 24 Feb 2020 22:27:25 -0500 Subject: [PATCH] Fix #2595: immortal find-file prompt on project switch Regression caused by 8049914e0, for #2591 --- modules/ui/workspaces/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ui/workspaces/config.el b/modules/ui/workspaces/config.el index a348ac07e..f7c6cfbf0 100644 --- a/modules/ui/workspaces/config.el +++ b/modules/ui/workspaces/config.el @@ -180,8 +180,6 @@ stored in `persp-save-dir'.") ("xt" counsel-projectile-switch-project-action-run-term "invoke term from project root") ("X" counsel-projectile-switch-project-action-org-capture "org-capture into project"))) - (add-hook 'projectile-after-switch-project-hook #'+workspaces-switch-to-project-h) - ;; Fix #1973: visual selection surviving workspace changes (add-hook 'persp-before-deactivate-functions #'deactivate-mark)