doomemacs/modules/ui/treemacs/packages.el

13 lines
416 B
EmacsLisp
Raw Normal View History

2018-06-09 12:16:29 +10:00
;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el
(package! treemacs :pin "389bca1c3bdd4c4cf8245d6c4bdf8aa875e40d14")
;; 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))