doomemacs/modules/ui/treemacs/packages.el

15 lines
510 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 "00e96c842f0559a4e13f433d4b513de404676671")
;; These packages have no :pin because they're in the same repo
(when (modulep! :editor evil +everywhere)
(package! treemacs-evil))
(package! treemacs-projectile)
(when (modulep! :tools magit)
(package! treemacs-magit))
(when (modulep! :ui workspaces)
(package! treemacs-persp))
(when (modulep! +lsp)
(package! lsp-treemacs :pin "e66ae2196503d4e84334519e56b4388feffa5060"))