From ab93ee8e75698c8f834c73377ee6e5a4e565c6a8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 24 Mar 2019 12:35:38 -0400 Subject: [PATCH] feature/workspaces: don't unbind persp-activated-functions This was initially done to prevent eager-loading packages at startup, but +workspaces|init-frame happens early enough that nothing has been added to persp-activated-functions at this point anyway. Also addresses an issue where better-jumper couldn't initialize when main is created. --- modules/feature/workspaces/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature/workspaces/config.el b/modules/feature/workspaces/config.el index 32e15e33f..a18a57fb2 100644 --- a/modules/feature/workspaces/config.el +++ b/modules/feature/workspaces/config.el @@ -55,7 +55,7 @@ Uses `+workspaces-main' to determine the name of the main workspace." (unless persp-mode (persp-mode +1) (unless noninteractive - (let (persp-before-switch-functions persp-activated-functions) + (let (persp-before-switch-functions) (with-selected-frame frame ;; The default perspective persp-mode creates (`persp-nil-name') is ;; special and doesn't represent a real persp object, so buffers can't