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:
parent
46d99917ba
commit
5c9672a28a
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue