From b1826a0c6469f57b377b08ef7d54005504b12d59 Mon Sep 17 00:00:00 2001 From: Jonas Jelten Date: Fri, 29 Aug 2025 15:11:25 +0200 Subject: [PATCH] bump: :ui workspaces Bad-ptr/persp-mode.el@f146ddccaf59 -> Bad-ptr/persp-mode.el@82680795b3db this fixes a nasty bug where new eglot workspaces corrupt the previous one. symptoms of this can be your definition jump source buffer being read-only and renamed to: `*EGLOT (jump-destination-project/(your-lang-mode)) stderr*` --- modules/ui/workspaces/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/workspaces/packages.el b/modules/ui/workspaces/packages.el index 26ecfdcb6..0becf2eb8 100644 --- a/modules/ui/workspaces/packages.el +++ b/modules/ui/workspaces/packages.el @@ -1,4 +1,4 @@ ;; -*- no-byte-compile: t; -*- ;;; ui/workspaces/packages.el -(package! persp-mode :pin "f146ddccaf598feb402664bc6848b60321b2dc78") +(package! persp-mode :pin "82680795b3dbb9f9fb023b1754902f38519d9875")