Henrik Lissner
2022-10-22 21:37:50 +02:00
parent d6da09d980
commit 06c810f8cf

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"))