bump: :ui treemacs

Alexander-Miller/treemacs@e4bb236bd5 -> Alexander-Miller/treemacs@76807bef3c
emacs-lsp/lsp-treemacs@f7ae97560c -> emacs-lsp/lsp-treemacs@2894e6dec5

Ref: 20765acd38 (diff-36f7ea49dcbb6f011b9faf5f012271328ac46515b4f161214001917cbc2ef6b2L1023-R1053)
Fix: emacs-lsp/lsp-treemacs#145
Ref: emacs-lsp/lsp-treemacs#142
Close: #6887
Close: #6868
Co-authored-by: Jcaw <Jcaw@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2022-10-22 21:37:50 +02:00
parent d6da09d980
commit 06c810f8cf
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 "e4bb236bd5cd7c077c2207b33d2699485c405536") (package! treemacs :pin "76807bef3c128aca33064228a80c5e6937a67b8c")
;; 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 "f7ae97560cfbc88e781a2d5b9253dace7175b918")) (package! lsp-treemacs :pin "2894e6dec583eaa77037627e9d8c3bc89cf7273d"))