Alexander-Miller/treemacs@df26b6ab9a -> Alexander-Miller/treemacs@8c6df39f01 dgutov/diff-hl@b8b2727a72 -> dgutov/diff-hl@9662083943 doomemacs/themes@ff26f26ea3 -> doomemacs/themes@37d2182f50 jrblevin/deft@28be94d89b -> jrblevin/deft@bb1a16b87c seagle0128/doom-modeline@bf880ae56f -> seagle0128/doom-modeline@e09b8e989f
16 lines
641 B
EmacsLisp
16 lines
641 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "8c6df39f01a4d47fda2cc943645fa067f771b748")
|
|
(package! treemacs-nerd-icons :pin "9876cb478145a0ec4e36f64ff6583f3de7126216")
|
|
;; These packages have no :pin because they're in the same repo
|
|
(when (modulep! :editor evil +everywhere)
|
|
(package! treemacs-evil))
|
|
(package! treemacs-projectile)
|
|
(when (modulep! :tools magit)
|
|
(package! treemacs-magit))
|
|
(when (modulep! :ui workspaces)
|
|
(package! treemacs-persp))
|
|
(when (and (modulep! +lsp)
|
|
(not (modulep! :tools lsp +eglot)))
|
|
(package! lsp-treemacs :pin "e54e74deb8150964e3c3024e1ec14295a34e2a3b"))
|