Alexander-Miller/treemacs@f132498 -> Alexander-Miller/treemacs@1a396fb ema2159/centaur-tabs@51f28d0 -> ema2159/centaur-tabs@9c7c936 emacs-lsp/lsp-treemacs@192c8f5 -> emacs-lsp/lsp-treemacs@b078687 hlissner/emacs-doom-themes@fe8eac3 -> hlissner/emacs-doom-themes@13d2377 seagle0128/doom-modeline@e898c0d -> seagle0128/doom-modeline@0466d88 tarsius/hl-todo@4d18ccd -> tarsius/hl-todo@57378bd
14 lines
514 B
EmacsLisp
14 lines
514 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "1a396fb66470736f3f76ae9342b20357426e371f")
|
|
;; These packages have no :pin because they're in the same repo
|
|
(when (featurep! :editor evil +everywhere)
|
|
(package! treemacs-evil))
|
|
(package! treemacs-projectile)
|
|
(when (featurep! :tools magit)
|
|
(package! treemacs-magit))
|
|
(when (featurep! :ui workspaces)
|
|
(package! treemacs-persp))
|
|
(when (featurep! +lsp)
|
|
(package! lsp-treemacs :pin "b07868740d6f7d364e496048cee00bce10a6ab33"))
|