Alexander-Miller/treemacs@fe471314f1 -> Alexander-Miller/treemacs@56691a530a doomemacs/themes@d1d6c2953f -> doomemacs/themes@4aee1f5a0e emacs-straight/minimap@ed7490652a -> emacs-straight/minimap@90aeeb5798 seagle0128/doom-modeline@173ad0a27f -> seagle0128/doom-modeline@93f240f7a0 tarsius/hl-todo@0faf8569b6 -> tarsius/hl-todo@70ce48470c
16 lines
641 B
EmacsLisp
16 lines
641 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "56691a530abb61564c8df0456a18ff0f301c2055")
|
|
(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 "e66ae2196503d4e84334519e56b4388feffa5060"))
|