From 5c9672a28aa655d4aa9995f6d576a02f62ccee2d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 20 Sep 2022 00:56:07 +0200 Subject: [PATCH] bump: :ui treemacs Alexander-Miller/treemacs@b18a05b1f620 -> Alexander-Miller/treemacs@e4bb236bd5cd emacs-lsp/lsp-treemacs@355e468b7fa9 -> emacs-lsp/lsp-treemacs@f7ae97560cfb A new major version of treemacs was released some days ago. The currently pinned version is from February 2022, and it stops LSP servers from starting with message "cannot load treemacs-lib" via lsp-treemacs. Fix: #6814 Close: #6812 Co-authored-by: logc --- modules/ui/treemacs/packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/treemacs/packages.el b/modules/ui/treemacs/packages.el index 32d2be2e1..2ec0b3680 100644 --- a/modules/ui/treemacs/packages.el +++ b/modules/ui/treemacs/packages.el @@ -1,7 +1,7 @@ ;; -*- no-byte-compile: t; -*- ;;; ui/treemacs/packages.el -(package! treemacs :pin "b18a05b1f62074a40e6011d83cd4c92cbee040dd") +(package! treemacs :pin "e4bb236bd5cd7c077c2207b33d2699485c405536") ;; These packages have no :pin because they're in the same repo (when (modulep! :editor evil +everywhere) (package! treemacs-evil)) @@ -11,4 +11,4 @@ (when (modulep! :ui workspaces) (package! treemacs-persp)) (when (modulep! +lsp) - (package! lsp-treemacs :pin "355e468b7fa9887c616a8bfe873d8e456303b67b")) + (package! lsp-treemacs :pin "f7ae97560cfbc88e781a2d5b9253dace7175b918"))