2018-06-09 12:16:29 +10:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/treemacs/packages.el
|
|
|
|
|
|
|
|
(package! treemacs)
|
2019-04-21 19:59:44 -04:00
|
|
|
(when (featurep! :editor evil +everywhere)
|
2018-06-09 12:16:29 +10:00
|
|
|
(package! treemacs-evil))
|
|
|
|
(package! treemacs-projectile)
|
2019-05-09 14:43:56 -04:00
|
|
|
(when (featurep! :tools magit)
|
|
|
|
(package! treemacs-magit))
|
2020-01-13 16:03:22 -05:00
|
|
|
(when (featurep! :ui workspaces)
|
|
|
|
(package! treemacs-persp))
|