Alexander-Miller/treemacs@559fa09 -> Alexander-Miller/treemacs@332d4e0 ema2159/centaur-tabs@23eda0a -> ema2159/centaur-tabs@50fd573 hlissner/emacs-doom-themes@5adcc29 -> hlissner/emacs-doom-themes@73837f5 jabranham/mixed-pitch@beb22e8 -> jabranham/mixed-pitch@d5f64b9 seagle0128/doom-modeline@4956606 -> seagle0128/doom-modeline@116c733 tarsius/hl-todo@9661a46 -> tarsius/hl-todo@4d18ccd
12 lines
416 B
EmacsLisp
12 lines
416 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "332d4e0f1f606c472dd083c9cdd4f143ee23020a")
|
|
;; 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))
|