doomemacs/modules/ui/treemacs/packages.el

12 lines
394 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 "4d4a955fcb")
(when (featurep! :editor evil +everywhere)
(package! treemacs-evil :pin "4d4a955fcb"))
(package! treemacs-projectile :pin "4d4a955fcb")
(when (featurep! :tools magit)
(package! treemacs-magit :pin "4d4a955fcb"))
2020-01-13 16:03:22 -05:00
(when (featurep! :ui workspaces)
(package! treemacs-persp :pin "4d4a955fcb"))