doomemacs/modules/ui/treemacs/packages.el

12 lines
416 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el
(package! treemacs :pin "644e9402f74dc6100a60fc2b54a2f94ba9bc52e0")
;; 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))