Alexander-Miller/treemacs@8c6df39f01 -> Alexander-Miller/treemacs@54ef590b76 dgutov/diff-hl@9662083943 -> dgutov/diff-hl@11f3113e79 doomemacs/themes@3b2422b208 -> doomemacs/themes@816fb54d60 emacs-lsp/lsp-treemacs@e54e74deb8 -> emacs-lsp/lsp-treemacs@1d43e9e030 emacs-straight/minimap@90aeeb5798 -> emacs-straight/minimap@4898d27768 jrblevin/deft@bb1a16b87c -> jrblevin/deft@b369d7225d seagle0128/doom-modeline@e09b8e989f -> seagle0128/doom-modeline@11ae6c193c tarsius/hl-todo@f1fef158f9 -> tarsius/hl-todo@dd46d426c0
16 lines
641 B
EmacsLisp
16 lines
641 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "54ef590b7621032a76f8f3e307032fc13c802371")
|
|
(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 "1d43e9e0307f84496a4a7ddf9dba481000391dbd"))
|