Alexander-Miller/treemacs@332d4e0 -> Alexander-Miller/treemacs@a7e2e43 hlissner/emacs-doom-themes@73837f5 -> hlissner/emacs-doom-themes@e82b6b5 seagle0128/doom-modeline@116c733 -> seagle0128/doom-modeline@5fe7fd6
12 lines
416 B
EmacsLisp
12 lines
416 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "a7e2e4388f3b588dff64536c811961b7f7945d13")
|
|
;; 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))
|