bump: :ui treemacs

Alexander-Miller/treemacs@b18a05b1f6 -> Alexander-Miller/treemacs@e4bb236bd5
emacs-lsp/lsp-treemacs@355e468b7f -> emacs-lsp/lsp-treemacs@f7ae97560c

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 <logc@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2022-09-20 00:56:07 +02:00
parent 46d99917ba
commit 5c9672a28a
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el ;;; ui/treemacs/packages.el
(package! treemacs :pin "b18a05b1f62074a40e6011d83cd4c92cbee040dd") (package! treemacs :pin "e4bb236bd5cd7c077c2207b33d2699485c405536")
;; These packages have no :pin because they're in the same repo ;; These packages have no :pin because they're in the same repo
(when (modulep! :editor evil +everywhere) (when (modulep! :editor evil +everywhere)
(package! treemacs-evil)) (package! treemacs-evil))
@ -11,4 +11,4 @@
(when (modulep! :ui workspaces) (when (modulep! :ui workspaces)
(package! treemacs-persp)) (package! treemacs-persp))
(when (modulep! +lsp) (when (modulep! +lsp)
(package! lsp-treemacs :pin "355e468b7fa9887c616a8bfe873d8e456303b67b")) (package! lsp-treemacs :pin "f7ae97560cfbc88e781a2d5b9253dace7175b918"))