Alexander-Miller/treemacs@389bca1 -> Alexander-Miller/treemacs@559fa09 ema2159/centaur-tabs@b172646 -> ema2159/centaur-tabs@23eda0a hlissner/emacs-doom-themes@74ebd77 -> hlissner/emacs-doom-themes@5adcc29 iqbalansari/emacs-emojify@4b96f37 -> iqbalansari/emacs-emojify@cfa0086 jabranham/mixed-pitch@d305108 -> jabranham/mixed-pitch@beb22e8 joostkremers/writeroom-mode@92c47df -> joostkremers/writeroom-mode@b648b34 jrblevin/deft@fca9ea0 -> jrblevin/deft@c4af448 seagle0128/doom-modeline@fb34eb5 -> seagle0128/doom-modeline@4956606 tarsius/hl-todo@0598b98 -> tarsius/hl-todo@9661a46
12 lines
416 B
EmacsLisp
12 lines
416 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "559fa09e32d5db7f620fdd08e03b938e67bf398b")
|
|
;; 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))
|