Alexander-Miller/treemacs@9eaef27 -> Alexander-Miller/treemacs@f132498 dimitri/switch-window@5bba780 -> dimitri/switch-window@2801d9b ema2159/centaur-tabs@df97209 -> ema2159/centaur-tabs@51f28d0 emacs-lsp/lsp-treemacs@4cfb46d -> emacs-lsp/lsp-treemacs@192c8f5 jabranham/mixed-pitch@d5f64b9 -> jabranham/mixed-pitch@519e05f seagle0128/doom-modeline@00bc89b -> seagle0128/doom-modeline@e898c0d
14 lines
514 B
EmacsLisp
14 lines
514 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "f13249866b300ec3a4908bf132d984c6354e3fcf")
|
|
;; 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 "192c8f5d6fbec08e3635b7fefc056b8f0f087ba7"))
|